LabelledMetric

trait LabelledMetric[R, E, M]

Helper to create strongly typed Micrometer labelled metrics.

Metrics are defined with a list of labels whose length is statically known. Operations on the metric (increment a counter for instance), require to pass a list of label values with the same length.

class Object
trait Matchable
class Any
object Counter.type
object Gauge.type
object TimeGauge.type
object Timer.type