opentelemetry-rust/opentelemetry-http
EAimTY 1beffd2149
Fix typos in webpki feature name (#1842)
Signed-off-by: EAimTY <EAimTY@users.noreply.github.com>
Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2024-05-30 09:24:09 -07:00
..
src fix ci (#1720) 2024-05-07 13:59:40 -04:00
CHANGELOG.md Fix typos in webpki feature name (#1842) 2024-05-30 09:24:09 -07:00
Cargo.toml Fix typos in webpki feature name (#1842) 2024-05-30 09:24:09 -07:00
LICENSE fix: revert modifications to Apache license (#1664) 2024-04-18 16:30:52 -07:00
README.md Minor cleanups of readme files (#1785) 2024-05-20 12:43:39 -04:00

README.md

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.