Crates.io | opentelemetry-datadog |
lib.rs | opentelemetry-datadog |
version | 0.14.0 |
source | src |
created_at | 2021-03-24 02:18:19.325599 |
updated_at | 2024-10-29 18:27:07.089823 |
description | Datadog exporters and propagators for OpenTelemetry |
homepage | https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-datadog |
repository | https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-datadog |
max_upload_size | |
id | 372786 |
size | 182,542 |
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 to datadog-agent
(see agent_sampling.rs
example).
reqwest-blocking-client
: use reqwest
blocking http client to send spans.
reqwest-client
: use reqwest
http client to send spans.
surf-client
: use surf
http client to send spans.
Example showing how to override all configuration options. See the
DatadogPipelineBuilder
docs for details of each option.