opentelemetry-http

Crates.ioopentelemetry-http
lib.rsopentelemetry-http
version0.26.0
sourcesrc
created_at2021-01-22 01:47:24.838272
updated_at2024-10-01 22:17:42.557884
descriptionHelper implementations for sending HTTP requests. Uses include propagating and extracting context over http, exporting telemetry, requesting sampling strategies.
homepagehttps://github.com/open-telemetry/opentelemetry-rust
repositoryhttps://github.com/open-telemetry/opentelemetry-rust
max_upload_size
id345136
size27,748
rust-publishers (github:open-telemetry:rust-publishers)

documentation

README

OpenTelemetry HTTP

OpenTelemetry — An observability framework for cloud-native software.

This crate contains helper implementations for sending HTTP requests. Uses include propagating and extracting context over http, exporting telemetry, requesting sampling strategies.

Crates.io: opentelemetry-http Documentation LICENSE GitHub Actions CI Slack

OpenTelemetry Overview

OpenTelemetry is an Observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a broad variety of Observability backends, including open source tools like [Jaeger] and [Prometheus], as well as commercial offerings.

OpenTelemetry is not an observability backend like Jaeger, Prometheus, or other commercial vendors. OpenTelemetry is focused on the generation, collection, management, and export of telemetry. A major goal of OpenTelemetry is that you can easily instrument your applications or systems, no matter their language, infrastructure, or runtime environment. Crucially, the storage and visualization of telemetry is intentionally left to other tools.

Commit count: 1268

cargo fmt