Datadog tracer

config.trace.v3.DatadogConfig

[config.trace.v3.DatadogConfig proto]

Configuration for the Datadog tracer.

This extension may be referenced by the qualified name envoy.tracers.datadog

Note

This extension is intended to be robust against untrusted downstream traffic. It assumes that the upstream is trusted.

{
  "collector_cluster": "...",
  "service_name": "..."
}
collector_cluster

(string, REQUIRED) The cluster to use for submitting traces to the Datadog agent.

service_name

(string, REQUIRED) The name used for the service when traces are generated by envoy.