Gauge

com.github.pjfanning.zio.micrometer.Gauge
trait Gauge extends ReadOnlyGauge

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def dec(amount: Double): UIO[Unit]
def inc(amount: Double): UIO[Unit]
def set(value: Double): UIO[Unit]

Concrete methods

def dec(): UIO[Unit]
def inc(): UIO[Unit]

Inherited methods

def get: UIO[Double]

Attributes

Inherited from:
ReadOnlyGauge