TimeGauge

com.github.pjfanning.zio.micrometer.TimeGauge
trait TimeGauge extends TimerBase

Attributes

Graph
Supertypes
trait TimerBase
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def record(duration: Duration): UIO[Unit]
def record(duration: FiniteDuration): UIO[Unit]

Inherited methods

Attributes

Inherited from:
ReadOnlyTimeGauge

Attributes

Inherited from:
TimerBase
def totalTime(timeUnit: TimeUnit): UIO[Double]

Attributes

Inherited from:
ReadOnlyTimeGauge