18 breaking releases
| 0.19.0 | Oct 1, 2025 |
|---|---|
| 0.18.0 | May 28, 2025 |
| 0.17.0 | Apr 2, 2025 |
| 0.16.0 | Feb 11, 2025 |
| 0.1.0 | Mar 24, 2021 |
#69 in Debugging
657,011 downloads per month
Used in 10 crates
(9 directly)
97KB
2K
SLoC
OpenTelemetry Datadog

| Status | |
|---|---|
| Stability | beta |
| Owners | Anton Grübel |
Community supported vendor integrations for applications instrumented with OpenTelemetry.
Overview
OpenTelemetry is a collection of tools, APIs, and SDKs used to instrument,
generate, collect, and export telemetry data (metrics, logs, and traces) for
analysis in order to understand your software's performance and behavior. This
crate provides additional propagators and exporters for sending telemetry data
to Datadog.
Features
opentelemetry-datadog supports following features:
agent-sampling: move decision making about sampling todatadog-agent(seeagent_sampling.rsexample).reqwest-blocking-client: usereqwestblocking http client to send spans.reqwest-client: usereqwesthttp client to send spans.surf-client: usesurfhttp client to send spans.
Kitchen Sink Full Configuration
Example showing how to override all configuration options. See the
DatadogPipelineBuilder docs for details of each option.
Dependencies
~7–24MB
~256K SLoC