ts_opentelemetry_http

Crates.iots_opentelemetry_http
lib.rsts_opentelemetry_http
version0.9.0-beta.1
sourcesrc
created_at2023-06-13 17:34:58.560216
updated_at2023-06-13 17:34:58.560216
descriptionThis is a fork of the helper implementations for exchange of traces and metrics over HTTP
homepagehttps://github.com/ThetaSinner/opentelemetry-rust
repositoryhttps://github.com/ThetaSinner/opentelemetry-rust
max_upload_size
id889308
size26,688
raw-window-metal (github:rust-windowing:raw-window-metal)

documentation

README

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry HTTP

A fork of the Rust OpenTelemetry implementation.

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. This crate provides a HTTP client interface for use by trace exporters, as well as helper types to inject and extract key value pairs into/from HTTP headers.

Compiler support: requires rustc 1.60+

Supported Rust Versions

OpenTelemetry is built against the latest stable release. The minimum supported version is 1.60. The current OpenTelemetry version is not guaranteed to build on Rust versions earlier than the minimum supported version.

The current stable Rust compiler and the three most recent minor versions before it will always be supported. For example, if the current stable compiler version is 1.49, the minimum supported version will not be increased past 1.46, three minor versions prior. Increasing the minimum supported compiler version is not considered a semver breaking change as long as doing so complies with this policy.

Commit count: 642

cargo fmt