opentelemetry-python-contrib/exporter/opentelemetry-exporter-prom...
Srikanth Chekuri e6a66861aa Update version to 1.16.0.dev/0.37b0.dev 2022-12-10 03:09:34 +05:30
..
example Update prom rw exporter (#1359) 2022-11-01 01:30:32 +05:30
proto Update prom rw exporter (#1359) 2022-11-01 01:30:32 +05:30
src/opentelemetry/exporter/prometheus_remote_write Update version to 1.16.0.dev/0.37b0.dev 2022-12-10 03:09:34 +05:30
tests Update prom rw exporter (#1359) 2022-11-01 01:30:32 +05:30
README.rst Update prom rw exporter (#1359) 2022-11-01 01:30:32 +05:30
pyproject.toml Update prom rw exporter (#1359) 2022-11-01 01:30:32 +05:30

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/>`_