13 breaking releases
0.14.0 | Oct 29, 2024 |
---|---|
0.12.0 | Aug 2, 2024 |
0.11.0 | Jun 21, 2024 |
0.10.0 | Feb 27, 2024 |
0.1.0 | Mar 24, 2021 |
#734 in Debugging
618,594 downloads per month
Used in 7 crates
95KB
2K
SLoC
OpenTelemetry Datadog
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.rs
example).reqwest-blocking-client
: usereqwest
blocking http client to send spans.reqwest-client
: usereqwest
http client to send spans.surf-client
: usesurf
http 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–19MB
~243K SLoC