Meta

org.typelevel.otel4s.metrics.Histogram.Meta
See theMeta companion object
trait Meta[F[_]] extends InstrumentMeta[F]

Attributes

Companion
object
Source
Histogram.scala
Graph
Supertypes
trait InstrumentMeta[F]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Source
Histogram.scala

Inherited methods

Indicates whether instrumentation is enabled or not.

Indicates whether instrumentation is enabled or not.

Attributes

Inherited from:
InstrumentMeta
Source
InstrumentMeta.scala
def mapK[G[_]](f: FunctionK[F, G]): InstrumentMeta[G]

Modify the context F using the transformation f.

Modify the context F using the transformation f.

Attributes

Inherited from:
InstrumentMeta
Source
InstrumentMeta.scala
def unit: F[Unit]

A no-op effect.

A no-op effect.

Attributes

Inherited from:
InstrumentMeta
Source
InstrumentMeta.scala