zio.telemetry.opentelemetry.metrics.UpDownCounter
See theUpDownCounter companion object
trait UpDownCounter[-A] extends Instrument[A]
A UpDownCounter 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