com.github.pjfanning.zio.micrometer.unsafe

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Counter.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Gauge.type
trait LabelledMetric[R, E, M]

Helper to create strongly typed Micrometer labelled metrics.

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
object Registry

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Timer.type

Types

Value members

Concrete methods

def zipLabelsAsTags(labelNames: Seq[String], labelValues: Seq[String]): Seq[Tag]