zio.metrics.MetricState
See theMetricState companion trait
object MetricState
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
MetricState.type
Members list
Type members
Classlikes
final case class Counter(count: Double) extends MetricState[Counter]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MetricState[Counter]class Objecttrait Matchableclass AnyShow all
final case class Frequency(occurrences: Map[String, Long]) extends MetricState[Frequency]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MetricState[Frequency]class Objecttrait Matchableclass AnyShow all
final case class Gauge(value: Double) extends MetricState[Gauge]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MetricState[Gauge]class Objecttrait Matchableclass AnyShow all
final case class Histogram(buckets: Chunk[(Double, Long)], count: Long, min: Double, max: Double, sum: Double) extends MetricState[Histogram]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MetricState[Histogram]class Objecttrait Matchableclass AnyShow all
final case class Summary(error: Double, quantiles: Chunk[(Double, Option[Double])], count: Long, min: Double, max: Double, sum: Double) extends MetricState[Summary]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MetricState[Summary]class Objecttrait Matchableclass AnyShow all
Types
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article