OutgoingContextCarrier

zio.telemetry.opentelemetry.context.OutgoingContextCarrier
See theOutgoingContextCarrier companion object

The wrapper for the context data to propagate to an external process.

Type parameters

T

must be mutable

Attributes

Companion
object
Graph
Supertypes
trait TextMapSetter[T]
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

def set(x$0: T, x$1: String, x$2: String): Unit

Attributes

Inherited from:
TextMapSetter

Inherited and Abstract fields

val kernel: T

The data to be injected/extracted into/from the current context

The data to be injected/extracted into/from the current context

Attributes

Inherited from:
ContextCarrier (hidden)