PassThroughPropagator

org.typelevel.otel4s.context.propagation.PassThroughPropagator
See thePassThroughPropagator companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[Ctx, K <: (Key)](fields: String*)(implicit c: Keyed[Ctx, K], kp: Provider[SyncIO, K]): TextMapPropagator[Ctx]

Creates a PassThroughPropagator that propagates the given fields.

Creates a PassThroughPropagator that propagates the given fields.

Attributes

Source
PassThroughPropagator.scala
def apply[Ctx, K <: (Key)](fields: Iterable[String])(implicit c: Keyed[Ctx, K], kp: Provider[SyncIO, K]): TextMapPropagator[Ctx]

Creates a PassThroughPropagator that propagates the given fields.

Creates a PassThroughPropagator that propagates the given fields.

Attributes

Source
PassThroughPropagator.scala