MetricState

sealed trait MetricState[+Type]

A MetricState describes the state of a metric. The type parameter of a metric state corresponds to the type of the metric key (MetricKeyType). This phantom type parameter is used to tie keys to their expected states.

Companion:
object
class Object
trait Matchable
class Any
class Counter
class Frequency
class Gauge
class Histogram
class Summary