InstrumentedRefreshable

prometheus4cats.refreshable.InstrumentedRefreshable$
See theInstrumentedRefreshable companion class

Attributes

Companion
class
Source
InstrumentedRefreshable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def create[F[_] : MonadCancelThrow, A](builder: RefreshableBuilder[F, A], name: String, metricFactory: WithCallbacks[F]): Resource[F, InstrumentedRefreshable[F, A]]

Attributes

Source
InstrumentedRefreshable.scala
def fromExisting[F[_] : Async, A](refreshable: Refreshable[F, A], name: String, metricFactory: WithCallbacks[F]): Resource[F, InstrumentedRefreshable[F, A]]

Attributes

Source
InstrumentedRefreshable.scala