Skip to content

Latest commit

 

History

History
 
 

opentelemetry-datadog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.