tracing: Support 128bit trace id with zipkin tracer (#3386)

Signed-off-by: Gary Brown <gary@brownuk.com>

Mirrored from https://github.com/envoyproxy/envoy @ f9c0cf86fc94dae4204f22387e5793ad83c3f012
pull/620/head
data-plane-api(CircleCI) 7 years ago
parent ac65c15a6a
commit 8d446b7ebd
  1. 4
      envoy/config/trace/v2/trace.proto

@ -55,6 +55,10 @@ message ZipkinConfig {
// using a standard Zipkin installation, the API endpoint is typically
// /api/v1/spans, which is the default value.
string collector_endpoint = 2 [(validate.rules).string.min_bytes = 1];
// Determines whether a 128bit trace id will be used when creating a new
// trace instance. The default value is false, which will result in a 64 bit trace id being used.
bool trace_id_128bit = 3;
}
// DynamicOtConfig is used to dynamically load a tracer from a shared library

Loading…
Cancel
Save