9 breaking releases

0.10.0 Feb 27, 2024
0.9.0 Nov 6, 2023
0.8.0 Jul 30, 2023
0.7.0 Mar 26, 2023
0.1.0 Mar 24, 2021

#88 in Debugging

Download history 81624/week @ 2023-12-06 74212/week @ 2023-12-13 43738/week @ 2023-12-20 17691/week @ 2023-12-27 56365/week @ 2024-01-03 55042/week @ 2024-01-10 69604/week @ 2024-01-17 70402/week @ 2024-01-24 65138/week @ 2024-01-31 72332/week @ 2024-02-07 68685/week @ 2024-02-14 81771/week @ 2024-02-21 96362/week @ 2024-02-28 86970/week @ 2024-03-06 87828/week @ 2024-03-13 68155/week @ 2024-03-20

357,183 downloads per month
Used in 8 crates (7 directly)

Apache-2.0

70KB
1.5K 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:

  • 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–20MB
~299K SLoC