CurrentTimeRecorder

sealed abstract class CurrentTimeRecorder[F[_]]

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

Companion:
object
Source:
CurrentTimeRecorder.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def mark: F[Unit]

Set the underlying Gauge to the current system time.

Set the underlying Gauge to the current system time.

Source:
CurrentTimeRecorder.scala

Concrete methods