|
|
@ -162,7 +162,7 @@ message DatadogConfig { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Configuration for the OpenCensus tracer. |
|
|
|
// Configuration for the OpenCensus tracer. |
|
|
|
// [#next-free-field: 13] |
|
|
|
// [#next-free-field: 14] |
|
|
|
// [#extension: envoy.tracers.opencensus] |
|
|
|
// [#extension: envoy.tracers.opencensus] |
|
|
|
message OpenCensusConfig { |
|
|
|
message OpenCensusConfig { |
|
|
|
option (udpa.annotations.versioning).previous_message_type = |
|
|
|
option (udpa.annotations.versioning).previous_message_type = |
|
|
@ -207,6 +207,11 @@ message OpenCensusConfig { |
|
|
|
// https://github.com/grpc/grpc/blob/master/doc/naming.md |
|
|
|
// https://github.com/grpc/grpc/blob/master/doc/naming.md |
|
|
|
string stackdriver_address = 10; |
|
|
|
string stackdriver_address = 10; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// (optional) The gRPC server that hosts Stackdriver tracing service. Only |
|
|
|
|
|
|
|
// Google gRPC is supported. If :ref:`target_uri <envoy_v3_api_field_config.core.v3.GrpcService.GoogleGrpc.target_uri>` |
|
|
|
|
|
|
|
// is not provided, the default production Stackdriver address will be used. |
|
|
|
|
|
|
|
core.v3.GrpcService stackdriver_grpc_service = 13; |
|
|
|
|
|
|
|
|
|
|
|
// Enables the Zipkin exporter if set to true. The url and service name must |
|
|
|
// Enables the Zipkin exporter if set to true. The url and service name must |
|
|
|
// also be set. |
|
|
|
// also be set. |
|
|
|
bool zipkin_exporter_enabled = 5; |
|
|
|
bool zipkin_exporter_enabled = 5; |
|
|
|