zio.telemetry.opentelemetry.metrics.Histogram
See theHistogram companion object
trait Histogram[-A] extends Instrument[A]
A Histogram instrument that records values of type A
Type parameters
- A
-
according to the specification, it can be either scala.Long or scala.Double type
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article