Datadog tracer (proto)

config.trace.v3.DatadogConfig

[config.trace.v3.DatadogConfig proto]

Configuration for the Datadog tracer.

This extension has 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.

Tip

This extension extends and can be used with the following extension category:

This extension must be configured with one of the following type URLs:

{
  "collector_cluster": ...,
  "service_name": ...,
  "collector_hostname": ...
}
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.

collector_hostname

(string) Optional hostname to use when sending spans to the collector_cluster. Useful for collectors that require a specific hostname. Defaults to collector_cluster above.