Timer
com.avast.datadog4s.api.metric.Timer
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class NoopTimer[F]
Members list
Concise view
Value members
Abstract 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
Concrete 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