NoopTimer
com.avast.datadog4s.noop.metric.NoopTimer
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Record a value that implements com.avast.datadog4s.api.metric.ElapsedTime type class. By default we provide instance for java.time.Duration and scala.concurrent.duration.FiniteDuration.
Record a value that implements com.avast.datadog4s.api.metric.ElapsedTime type class. By default we provide instance for java.time.Duration and scala.concurrent.duration.FiniteDuration.
Value parameters
- tags
-
Tags that should be applied for this recording
- value
-
Representation of duration that should be recorded
Attributes
- Definition Classes
Inherited methods
Record raw measurement represented as long
Record raw measurement represented as long
Value parameters
- elapsed
-
Measured duration
- tags
-
Tags that should be applied for this recording
- timeUnit
-
TimeUnit in which duration is measured
Attributes
- Inherited from:
- Timer
In this article