opentelemetry-python-contrib/exporter/opentelemetry-exporter-prom...
alrex ae70d5abe5
Combine changelogs (#239)
2020-12-08 16:20:29 -08:00
..
src/opentelemetry/exporter/prometheus_remote_write Added exporter request methods (#212) 2020-12-08 10:06:46 -08:00
tests Added exporter request methods (#212) 2020-12-08 10:06:46 -08:00
README.rst Setup Prometheus Remote Write Exporter (#180) 2020-11-27 09:58:55 -08:00
setup.cfg Added exporter request methods (#212) 2020-12-08 10:06:46 -08:00
setup.py Setup Prometheus Remote Write Exporter (#180) 2020-11-27 09:58:55 -08:00

README.rst

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

This library allows exporting metric data to `Prometheus Remote Write Integrated Backends
<https://prometheus.io/docs/operating/integrations/>`_. Latest `types.proto
<https://github.com/prometheus/prometheus/blob/master/prompb/types.proto>` and `remote.proto
<https://github.com/prometheus/prometheus/blob/master/prompb/remote.proto>` Protocol Buffers 
used to create WriteRequest objects were taken from Prometheus repository. Development is 
currently in progress.

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

::

    pip install opentelemetry-exporter-prometheus-remote-write


.. _Prometheus: https://prometheus.io/
.. _OpenTelemetry: https://github.com/open-telemetry/opentelemetry-python/


References
----------

* `Prometheus <https://prometheus.io/>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_