NoopTimer
com.avast.datadog4s.noop.metric.NoopTimer
Attributes
- Graph
- Supertypes
Members list
Concise view
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.
Attributes
- tags
Tags that should be applied for this recording
- value
Representation of duration that should be recorded
- Definition Classes
Inherited methods
Record raw measurement represented as long
Record raw measurement represented as long
Attributes
- elapsed
Measured duration
- tags
Tags that should be applied for this recording
- timeUnit
TimeUnit in which duration is measured
- Inherited from:
- Timer