ExemplarSampler

prometheus4cats.ExemplarSampler
See theExemplarSampler companion object
trait ExemplarSampler[F[_], -A] extends Counter[F, A], Histogram[F, A]

Attributes

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

Members list

Value members

Concrete methods

override def mapK[G[_]](fk: FunctionK[F, G]): ExemplarSampler[G, A]

Attributes

Definition Classes
Source
ExemplarSampler.scala

Inherited methods

Attributes

Inherited from:
Histogram
Source
ExemplarSampler.scala

Attributes

Inherited from:
Counter
Source
ExemplarSampler.scala

Attributes

Inherited from:
Counter
Source
ExemplarSampler.scala