#open-telemetry #tracing #context #propagation #http-request

opentelemetry-http

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

12 breaking releases

0.13.0 Jul 15, 2024
0.11.1 Mar 28, 2024
0.10.0 Nov 6, 2023
0.9.0 Jul 29, 2023
0.2.0 Mar 24, 2021

#80 in HTTP client

Download history 233327/week @ 2024-04-03 239817/week @ 2024-04-10 247534/week @ 2024-04-17 251781/week @ 2024-04-24 224394/week @ 2024-05-01 244915/week @ 2024-05-08 254084/week @ 2024-05-15 255054/week @ 2024-05-22 269494/week @ 2024-05-29 283415/week @ 2024-06-05 281400/week @ 2024-06-12 245103/week @ 2024-06-19 294300/week @ 2024-06-26 236482/week @ 2024-07-03 250989/week @ 2024-07-10 200534/week @ 2024-07-17

1,033,535 downloads per month
Used in 182 crates (31 directly)

Apache-2.0

285KB
4.5K SLoC

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.

Dependencies

~1–14MB
~180K SLoC