LabelledMetric

com.github.pjfanning.zio.micrometer.unsafe.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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Counter.type
object Gauge.type
object TimeGauge.type
object Timer.type

Members list

Concise view