Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.7 KB

File metadata and controls

32 lines (23 loc) · 1.7 KB

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Rust SDK

The Rust OpenTelemetry implementation.

Crates.io: opentelemetry-sdk Documentation LICENSE GitHub Actions CI codecov Gitter chat

Website | Chat | Documentation

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. You can export and analyze them using Prometheus, Jaeger, and other observability tools.

Compiler support: requires rustc 1.56+