Histogram

zio.metrics.MetricState$.Histogram
final case class Histogram(buckets: Chunk[(Double, Long)], count: Long, min: Double, max: Double, sum: Double) extends MetricState[Histogram]

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product