Gauge

prometheus4cats.Gauge
See theGauge companion object
abstract class Gauge[F[_], -A, B]

Attributes

Companion
object
Source
Gauge.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Gauge[F, A, B]

Members list

Value members

Concrete methods

def contramap[C](f: C => A): Gauge[F, C, B]

Attributes

Source
Gauge.scala
def contramapLabels[C](f: C => B): Gauge[F, A, C]

Attributes

Source
Gauge.scala
def dec: F[Unit]
Implicitly added by GaugeSyntax

Attributes

Source
Gauge.scala
def dec(n: A): F[Unit]
Implicitly added by GaugeSyntax

Attributes

Source
Gauge.scala
def inc: F[Unit]
Implicitly added by GaugeSyntax

Attributes

Source
Gauge.scala
def inc(n: A): F[Unit]
Implicitly added by GaugeSyntax

Attributes

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

Attributes

Source
Gauge.scala
def reset: F[Unit]
Implicitly added by GaugeSyntax

Attributes

Source
Gauge.scala
def set(n: A): F[Unit]
Implicitly added by GaugeSyntax

Attributes

Source
Gauge.scala