10 breaking releases

0.11.0 Jun 21, 2024
0.10.0 Feb 27, 2024
0.9.0 Nov 6, 2023
0.8.0 Jul 30, 2023
0.1.0 Mar 24, 2021

#147 in Debugging

Download history 99097/week @ 2024-04-03 104091/week @ 2024-04-10 104664/week @ 2024-04-17 101434/week @ 2024-04-24 93616/week @ 2024-05-01 95362/week @ 2024-05-08 104374/week @ 2024-05-15 108032/week @ 2024-05-22 112910/week @ 2024-05-29 138617/week @ 2024-06-05 127698/week @ 2024-06-12 96485/week @ 2024-06-19 131188/week @ 2024-06-26 103715/week @ 2024-07-03 116472/week @ 2024-07-10 90359/week @ 2024-07-17

461,620 downloads per month
Used in 8 crates (7 directly)

Apache-2.0

94KB
2K SLoC

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Datadog

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

~6–18MB
~273K SLoC