Histogram

prometheus4cats.Histogram
See theHistogram companion object
sealed abstract class Histogram[F[_], -A, B]

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

Source
Histogram.scala
final def observe(n: A): F[Unit]
Implicitly added by HistogramSyntax

Attributes

Source
Histogram.scala
final def observeWithExemplar(n: A)(implicit F: FlatMap[F], exemplar: Exemplar[F]): F[Unit]
Implicitly added by HistogramSyntax

Attributes

Source
Histogram.scala
def observeWithExemplar(n: A, exemplar: Option[Labels]): F[Unit]
Implicitly added by HistogramSyntax

Attributes

Source
Histogram.scala