ts_opentelemetry_sdk

Crates.iots_opentelemetry_sdk
lib.rsts_opentelemetry_sdk
version0.20.0-beta.1
sourcesrc
created_at2023-06-13 17:35:45.17065
updated_at2023-06-13 17:35:45.17065
descriptionThis is a fork of the SDK for the OpenTelemetry metrics collection and distributed tracing framework
homepagehttps://github.com/ThetaSinner/opentelemetry-rust
repositoryhttps://github.com/ThetaSinner/opentelemetry-rust
max_upload_size
id889309
size463,440
raw-window-metal (github:rust-windowing:raw-window-metal)

documentation

README

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
Commit count: 642

cargo fmt