tracing: Update OpenCensus. (#7797)

Let the config override the Stackdriver address. This can be used for
proxying and testing.

Signed-off-by: Emil Mikulic <g-easy@users.noreply.github.com>

Mirrored from https://github.com/envoyproxy/envoy @ 3e63182c3e74e0d517d2f0d1fc2ee950bbfe21e1
pull/620/head
data-plane-api(CircleCI) 5 years ago
parent da0cbdfec1
commit 334458ff75
  1. 6
      envoy/config/trace/v2/trace.proto

@ -123,6 +123,12 @@ message OpenCensusConfig {
// The Cloud project_id to use for Stackdriver tracing.
string stackdriver_project_id = 4;
// (optional) By default, the Stackdriver exporter will connect to production
// Stackdriver. If stackdriver_address is non-empty, it will instead connect
// to this address, which is in the gRPC format:
// https://github.com/grpc/grpc/blob/master/doc/naming.md
string stackdriver_address = 10;
// Enables the Zipkin exporter if set to true. The url and service name must
// also be set.
bool zipkin_exporter_enabled = 5;

Loading…
Cancel
Save