MetricState

zio.metrics.MetricState
See theMetricState companion object
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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Counter
class Frequency
class Gauge
class Histogram
class Summary
In this article