InstrumentMeta

org.typelevel.otel4s.meta.InstrumentMeta
See theInstrumentMeta companion object
trait InstrumentMeta[F[_]]

Attributes

Companion
object
Source
InstrumentMeta.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def isEnabled: Boolean

Indicates whether instrumentation is enabled or not.

Indicates whether instrumentation is enabled or not.

Attributes

Source
InstrumentMeta.scala
def unit: F[Unit]

A no-op effect.

A no-op effect.

Attributes

Source
InstrumentMeta.scala

Concrete methods

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

Source
InstrumentMeta.scala