datadog.proto

Package: solo.io.envoy.config.trace.v3

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/trace/v3/datadog.proto

DatadogConfig

Configuration for the Datadog tracer. [#extension: envoy.tracers.datadog]

"collectorUpstreamRef": .core.solo.io.ResourceRef
"clusterName": string
"serviceName": .google.protobuf.StringValue

Field Type Description
collectorUpstreamRef .core.solo.io.ResourceRef The upstream to use for submitting traces to the Datadog agent. Only one of collectorUpstreamRef or clusterName can be set.
clusterName string The name of the cluster to use for submitting traces to the Datadog agent. Note that the cluster must be defined in the :ref:Bootstrap static cluster resources <envoy_api_field_config.bootstrap.v3.Bootstrap.StaticResources.clusters>. Only one of clusterName or collectorUpstreamRef can be set.
serviceName .google.protobuf.StringValue The name used for the service when traces are generated by envoy.