CurrentTimeRecorder

prometheus4cats.CurrentTimeRecorder
See theCurrentTimeRecorder companion object
trait CurrentTimeRecorder[F[_], A]

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

Attributes

Companion
object
Source
CurrentTimeRecorder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def contramapLabels[B](f: B => A): CurrentTimeRecorder[F, B]

Attributes

Source
CurrentTimeRecorder.scala
def mapK[G[_]](fk: FunctionK[F, G]): CurrentTimeRecorder[G, A]

Attributes

Source
CurrentTimeRecorder.scala
def mark: F[Unit]
Implicitly added by CurrentTimeRecorderSyntax

Attributes

Source
CurrentTimeRecorder.scala