opentelemetry-python-contrib/exporter/opentelemetry-exporter-prom...
otelbot[bot] 843f345348
Update version to 1.38.0.dev/0.59b0.dev (#3746)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2025-09-11 12:00:58 +00:00
..
example Chore: Drop support for Python 3.8 (#3399) 2025-05-27 17:26:02 +02:00
proto upgrade opentelemetry-exporter-prometheus-remote-write to use protobuf 5.26 (#3219) 2025-02-11 21:32:27 +00:00
src/opentelemetry/exporter/prometheus_remote_write Update version to 1.38.0.dev/0.59b0.dev (#3746) 2025-09-11 12:00:58 +00:00
tests Chore: Drop support for Python 3.8 (#3399) 2025-05-27 17:26:02 +02:00
README.rst Update prom rw exporter (#1359) 2022-11-01 01:30:32 +05:30
pyproject.toml Chore: Drop support for Python 3.8 (#3399) 2025-05-27 17:26:02 +02:00
test-requirements.txt Chore: Drop support for Python 3.8 (#3399) 2025-05-27 17:26:02 +02:00

README.rst

OpenTelemetry Prometheus Remote Write Exporter
==============================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-exporter-prometheus-remote-write.svg
   :target: https://pypi.org/project/opentelemetry-exporter-prometheus-remote-write/

This package contains an exporter to send metrics from the OpenTelemetry Python SDK directly to a Prometheus Remote Write integrated backend
(such as Cortex or Thanos) without having to run an instance of the Prometheus server.


Installation
------------

::

    pip install opentelemetry-exporter-prometheus-remote-write


.. _OpenTelemetry: https://github.com/open-telemetry/opentelemetry-python/
.. _Prometheus Remote Write integrated backend: https://prometheus.io/docs/operating/integrations/


References
----------

* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `Prometheus Remote Write Integration <https://prometheus.io/docs/operating/integrations/>`_