Dynamically loadable OpenTracing tracer (proto)
config.trace.v3.DynamicOtConfig
[config.trace.v3.DynamicOtConfig proto]
DynamicOtConfig is used to dynamically load a tracer from a shared library that implements the OpenTracing dynamic loading API.
This extension has the qualified name envoy.tracers.dynamic_ot
Note
This extension has an unknown security posture and should only be used in deployments where both the downstream and upstream are 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:
{
"library": ...,
"config": {...}
}
- library
(string, REQUIRED) Dynamic library implementing the OpenTracing API.
- config
(Struct) The configuration to use when creating a tracer from the given dynamic library.