Metric

case class Metric(name: String, description: String, unit: MeasurementUnit, instrumentType: Type, instruments: Seq[Instrument])

Describes a metric from a metric registry. Contains the basic metric information and details on all instruments registered for that metric.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product