Open
Description
The remote write and remote read features of Prometheus allow transparently sending and receiving samples.
Right now slo-generator
has support for the Prometheus Push Gateway, but I think having support for Remote Write would be really cool! b/c:
- Let's the user export the metrics to a wide-array of Remote Write compatible storages.
- Removes the need for a "3rth" component: The Push Gateway.
Inspiration: https://pypi.org/project/opentelemetry-exporter-prometheus-remote-write/