Labelled

trait Labelled[F[_], -A]

A derived metric type that sets an underlying Gauge.Labelled to the current system time.

Companion:
object
Source:
CurrentTimeRecorder.scala
class Object
trait Matchable
class Any
Labelled[F, A]

Value members

Abstract methods

def mark(labels: A): F[Unit]

Set the underlying Gauge.Labelled to the current system time.

Set the underlying Gauge.Labelled to the current system time.

Source:
CurrentTimeRecorder.scala

Concrete methods

def contramapLabels[B](f: B => A): Labelled[F, B]
def mapK[G[_]](fk: FunctionK[F, G]): Labelled[G, A]