opentelemetry-rust/opentelemetry-prometheus
Anton Grübel a711ae91c7
ci: add cargo machete and remove unused dependencies (#2864)
2025-03-25 15:01:24 -07:00
..
examples Use opentelemetry:time::now instead of systemtime (#2595) 2025-02-03 12:35:25 -08:00
src chore: Add warning on Prometheus crate (#2831) 2025-03-20 07:26:48 -07:00
tests Upgrade opentelemetry-prometheus to 0.28 (#2650) 2025-02-11 12:01:16 -08:00
CHANGELOG.md chore: Upgrade opentelemetry-prometheus to 0.29 (#2851) 2025-03-22 10:15:28 -07:00
Cargo.toml ci: add cargo machete and remove unused dependencies (#2864) 2025-03-25 15:01:24 -07:00
LICENSE fix: revert modifications to Apache license (#1664) 2024-04-18 16:30:52 -07:00
README.md chore: Add warning on Prometheus crate (#2831) 2025-03-20 07:26:48 -07:00

README.md

OpenTelemetry Prometheus Exporter

OpenTelemetry — An observability framework for cloud-native software.

Prometheus integration for applications instrumented with OpenTelemetry.

Warning: This crate is no longer recommended for use.

Development of the Prometheus exporter has been discontinued. See the related issue. This crate depends on the unmaintained protobuf crate and has unresolved security vulnerabilities. Version 0.29 will be the final release.

For Prometheus integration, we strongly recommend using the OTLP exporter instead. Prometheus natively supports OTLP, providing a more stable and actively maintained solution.

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.

Release Notes

You can find the release notes (changelog) here.