LightStep tracer (proto)¶
config.trace.v3.LightstepConfig¶
[config.trace.v3.LightstepConfig proto]
Configuration for the LightStep tracer.
This extension has the qualified name envoy.tracers.lightstep
Note
This extension is intended to be robust against untrusted downstream traffic. It assumes that the upstream is trusted.
Tip
This extension extends and can be used with the following extension category:
This extension must be configured with one of the following type URLs:
{
"collector_cluster": ...,
"access_token_file": ...,
"access_token": {...},
"propagation_modes": []
}
- collector_cluster
(string, REQUIRED) The cluster manager cluster that hosts the LightStep collectors.
- access_token
(config.core.v3.DataSource) Access token to the LightStep API.
- propagation_modes
(repeated config.trace.v3.LightstepConfig.PropagationMode) Propagation modes to use by LightStep’s tracer.
Enum config.trace.v3.LightstepConfig.PropagationMode¶
[config.trace.v3.LightstepConfig.PropagationMode proto]
Available propagation modes
- ENVOY
(DEFAULT) Propagate trace context in the single header x-ot-span-context.
- LIGHTSTEP
Propagate trace context using LightStep’s native format.
- B3
Propagate trace context using the b3 format.
- TRACE_CONTEXT
Propagation trace context using the w3 trace-context standard.