OutgoingContextCarrier

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

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

Attributes

T

must be mutable

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

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
TextMapSetter

Inherited 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)