15 breaking releases

new 0.16.0 Feb 11, 2025
0.15.0 Nov 26, 2024
0.14.0 Oct 29, 2024
0.11.0 Jun 21, 2024
0.1.0 Mar 24, 2021

#104 in Debugging

Download history 231040/week @ 2024-10-22 233021/week @ 2024-10-29 75390/week @ 2024-11-05 101037/week @ 2024-11-12 108636/week @ 2024-11-19 73228/week @ 2024-11-26 119187/week @ 2024-12-03 140439/week @ 2024-12-10 116110/week @ 2024-12-17 29893/week @ 2024-12-24 55736/week @ 2024-12-31 175618/week @ 2025-01-07 161829/week @ 2025-01-14 175633/week @ 2025-01-21 216715/week @ 2025-01-28 189376/week @ 2025-02-04

774,440 downloads per month
Used in 7 crates

Apache-2.0

97KB
2K SLoC

OpenTelemetry Datadog

OpenTelemetry — An observability framework for cloud-native software.

Status
Stability beta
Owners Anton Grübel

Community supported vendor integrations for applications instrumented with OpenTelemetry.

Crates.io: opentelemetry-datadog Documentation LICENSE GitHub Actions CI Slack

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 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.

Kitchen Sink Full Configuration

Example showing how to override all configuration options. See the DatadogPipelineBuilder docs for details of each option.

Dependencies

~7–19MB
~250K SLoC