opentelemetry-prometheus

Crates.ioopentelemetry-prometheus
lib.rsopentelemetry-prometheus
version0.17.0
sourcesrc
created_at2020-10-16 01:07:01.209114
updated_at2024-07-24 17:51:40.809854
descriptionPrometheus exporter for OpenTelemetry
homepagehttps://github.com/open-telemetry/opentelemetry-rust
repositoryhttps://github.com/open-telemetry/opentelemetry-rust
max_upload_size
id300304
size148,203
rust-publishers (github:open-telemetry:rust-publishers)

documentation

README

OpenTelemetry Prometheus Exporter

OpenTelemetry — An observability framework for cloud-native software.

Prometheus integration for applications instrumented with OpenTelemetry.

The development of prometheus exporter has halt until the Opentelemetry metrics API and SDK reaches 1.0. Current implementation is based on Opentelemetry API and SDK 0.24.

Crates.io: opentelemetry-prometheus 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