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

opentelemetry-http

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

15 breaking releases

0.27.0 Nov 12, 2024
0.25.0 Sep 9, 2024
0.13.0 Jul 15, 2024
0.11.1 Mar 28, 2024
0.2.0 Mar 24, 2021

#452 in Debugging

Download history 370075/week @ 2024-07-30 372875/week @ 2024-08-06 423435/week @ 2024-08-13 454696/week @ 2024-08-20 383615/week @ 2024-08-27 430554/week @ 2024-09-03 452299/week @ 2024-09-10 422434/week @ 2024-09-17 489522/week @ 2024-09-24 487395/week @ 2024-10-01 510882/week @ 2024-10-08 534856/week @ 2024-10-15 571461/week @ 2024-10-22 581127/week @ 2024-10-29 406295/week @ 2024-11-05 348765/week @ 2024-11-12

2,008,515 downloads per month
Used in 212 crates (41 directly)

Apache-2.0

270KB
4K 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

~0.8–12MB
~134K SLoC