![]() |
VOOZH | about |
To send APM stats such as hits, errors, and duration, set up the Datadog Connector.
For more information, see the OpenTelemetry project documentation for the Datadog Connector.
Add the following lines to your Collector configuration:
processors:probabilistic_sampler:sampling_percentage:20connectors:# add the "datadog" connector definition and further configurationsdatadog/connector:exporters:datadog:api:key:${env:DD_API_KEY}service:pipelines:traces:receivers:[otlp]processors:[batch]exporters:[datadog/connector]traces/2:receivers:[datadog/connector]processors:[batch, probabilistic_sampler]exporters:[datadog]metrics:receivers:[datadog/connector]processors:[batch]exporters:[datadog]See Trace Metrics.
For a full working example configuration with the Datadog exporter, see trace-metrics.yaml.
Additional helpful documentation, links, and articles:
| |