ConcurrentMetricState

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Counter(key: Counter, help: String, value: DoubleAdder) extends ConcurrentMetricState
final case class Gauge(key: Gauge, help: String, value: AtomicReference[Double]) extends ConcurrentMetricState
final case class Histogram(key: Histogram, help: String, histogram: ConcurrentHistogram) extends ConcurrentMetricState
final case class SetCount(key: SetCount, help: String, setCount: ConcurrentSetCount) extends ConcurrentMetricState
final case class Summary(key: Summary, help: String, summary: ConcurrentSummary) extends ConcurrentMetricState
final case class TimeStampedDouble(value: Double, timeStamp: Instant)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror