Replies: 3 comments 2 replies
-
Hi, thank you for asking. In general, we are happy to accept contributions improving compatibility with Prometheus API, but it also depends on which changes are needed. Do you know what's missing in Mimir to make Pyrra work?
Mimir exposes remote read endpoint already: https://grafana.com/docs/mimir/latest/references/http-api/#remote-read |
Beta Was this translation helpful? Give feedback.
-
If you can figure out what Pyrra is looking for, please open an issue and we can possibly implement something. We've done something similar for Kiali in the past: #3983 #3323 |
Beta Was this translation helpful? Give feedback.
-
I was able to get this working by appending '/prometheus' to the mimir gateway url i.e. |
Beta Was this translation helpful? Give feedback.
-
I would like to use Pyrra in my env but after a quick test, Pyrra seems not to recognize the Prometheus endpoint in Mimir as a correct one/compatible. Since Mimir already tries to provide Prometheus endpoint (with some caveats and quirks) for Grafana, I was wondering if pursuing compatibility on a level sufficient for Pyrrra would be something of an interest for Mimir maintainers?
Currently, I'm migrating to Grafana/Mimir/Loki/Vector stack and reintroduction of Prometheus would be undesirable. Since Mimir doesn't provide a remote read endpoint, I would have to duplicate sinks in Vector to provide data to Prometheus instead of pointing Prometheus at Mimir as a remote read source and use it as a proxy for Pyrra.
Beta Was this translation helpful? Give feedback.
All reactions