OpenTelemetry SDK
Preparing search index...
@opentelemetry/configuration
TextMapPropagatorConfigModel
Interface TextMapPropagatorConfigModel
interface
TextMapPropagatorConfigModel
{
b3
?:
B3Propagator
;
b3multi
?:
B3MultiPropagator
;
baggage
?:
BaggagePropagator
;
tracecontext
?:
TraceContextPropagator
;
[
k
:
string
]:
object
|
null
|
undefined
;
}
Indexable
[
k
:
string
]:
object
|
null
|
undefined
Index
Properties
b3?
b3multi?
baggage?
tracecontext?
Properties
Optional
b3
b3
?:
B3Propagator
Optional
b3multi
b3multi
?:
B3MultiPropagator
Optional
baggage
baggage
?:
BaggagePropagator
Optional
tracecontext
tracecontext
?:
TraceContextPropagator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
b3
b3multi
baggage
tracecontext
OpenTelemetry SDK
Loading...