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