--- id: opentelemetry-exporter-prometheus version: "0.65b0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # opentelemetry-exporter-prometheus — Prometheus Metric Exporter for OpenTelemetry License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install opentelemetry-exporter-prometheus uv add opentelemetry-exporter-prometheus poetry add opentelemetry-exporter-prometheus ## Description OpenTelemetry Prometheus Exporter ================================= |pypi| .. |pypi| image:: https://badge.fury.io/py/opentelemetry-exporter-prometheus.svg :target: https://pypi.org/project/opentelemetry-exporter-prometheus/ This library allows to export metrics data to `Prometheus `_. Installation ------------ :: pip install opentelemetry-exporter-prometheus Limitations ----------- * No multiprocessing support: The Prometheus exporter is not designed to operate in multiprocessing environments (see `#3747 `_). References ---------- * `OpenTelemetry Prometheus Exporter `_ * `Prometheus `_ * `OpenTelemetry Project `_ ## AI interpretation — verify before relying Exports OpenTelemetry metrics to Prometheus for monitoring and observability. Bridges the OpenTelemetry metrics pipeline to Prometheus scrape endpoints. Verdict: A stable, actively maintained exporter for routing OpenTelemetry metrics to Prometheus. Low install friction and permissive licensing make it a straightforward choice for Prometheus-based observability, but multiprocessing limitations should be evaluated against your deployment model. [View on SkillFed](https://skillfed.io/packages/opentelemetry-exporter-prometheus) · [View on PyPI](https://pypi.org/project/opentelemetry-exporter-prometheus/)