#open-telemetry #metrics #metrics-collection #instrument #sdk #observability #data

ts_opentelemetry_sdk

This is a fork of the SDK for the OpenTelemetry metrics collection and distributed tracing framework

1 unstable release

0.20.0-beta.1 Jun 13, 2023

#16 in #metrics-collection

Download history 5/week @ 2024-02-12 20/week @ 2024-02-19 24/week @ 2024-02-26 20/week @ 2024-03-04 28/week @ 2024-03-11 14/week @ 2024-03-18 24/week @ 2024-03-25 48/week @ 2024-04-01

118 downloads per month
Used in 6 crates (4 directly)

Apache-2.0

430KB
9K SLoC

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Rust SDK

A fork of the Rust OpenTelemetry implementation.

Crates.io: opentelemetry-sdk Documentation LICENSE

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

OpenTelemetry Benchmarks

From the root folder, run the following command:

cargo bench

Dependencies

~2–18MB
~212K SLoC