opentelemetry-python-contrib/exporter/opentelemetry-exporter-prom...
Michael Schuett 42e8b0a451
upgrade opentelemetry-exporter-prometheus-remote-write to use protobuf 5.26 (#3219)
* Allow protobuf version above 4 and under 6 for opentelemetry_exporter_prometheus_remote_write

* update version

* fix tests

* regenerate protobufs

* with newer protoc

* format

* actually support 5.26 protobuf

* changelog

* Update CHANGELOG.md

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>

---------

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
2025-02-11 21:32:27 +00:00
..
example Fix exporter example docker-compose path (#1691) 2023-02-24 03:35:57 +00: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 upgrade opentelemetry-exporter-prometheus-remote-write to use protobuf 5.26 (#3219) 2025-02-11 21:32:27 +00:00
tests exporter/prometheus_remote_write: sort labels before exporting (#2940) 2024-10-30 11:43:33 -07:00
README.rst Update prom rw exporter (#1359) 2022-11-01 01:30:32 +05:30
pyproject.toml upgrade opentelemetry-exporter-prometheus-remote-write to use protobuf 5.26 (#3219) 2025-02-11 21:32:27 +00:00
test-requirements.txt upgrade opentelemetry-exporter-prometheus-remote-write to use protobuf 5.26 (#3219) 2025-02-11 21:32:27 +00: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/>`_