opentelemetry-datadog 0.20.1

[DEPRECATED] Datadog exporters and propagators for OpenTelemetry. Use https://github.com/DataDog/dd-trace-rs instead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Datadog Exporter Example


Sends spans to a datadog-agent collector.

## Usage 


First run version 7.22.0 or above of the datadog-agent locally as described [here](https://docs.datadoghq.com/agent/)

Then run the example to report spans:

```shell
# cd opentelemetry-datadog

$ cargo run --example datadog
```

Traces should appear in the datadog APM dashboard