⚠️ DEPRECATED — This crate is deprecated and will be removed from this repository. Datadog now shipsdd-trace-rs, a first-party integration built on top ofopentelemetry_sdk. New users should adoptdd-trace-rs, and existing users are encouraged to migrate. The last release of this crate on crates.io will remain available, but no further releases are planned.See issue #609 for context.
| Status | |
|---|---|
| Stability | deprecated |
| Owners | unmaintained |
Community supported vendor integrations for applications instrumented with OpenTelemetry.
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.
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. May not work with BatchProcessor.surf-client: usesurfhttp client to send spans.
Example showing how to override all configuration options. See the
DatadogPipelineBuilder docs for details of each option.
