-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New exporter] Prometheus Remote Write #122
Comments
Hi @dgzlopes ! Sounds great, what is the use case for supporting this ? Which backend do you want to exporting to ? |
In our case, we're using Grafana Cloud. To ship the metrics to this "hosted" Prometheus instance we've to use Prometheus Remote Write. I suppose that I can deploy the PushGateway and collect the metrics the same way I do with the rest of the services, but I thought that maybe skipping this third service was a good idea (fewer things to operate :P). |
Yep, sounds like a good idea. Would you be able to make a PR for it ? Thanks :) |
closes: google#122 Co-authored-by: Kevin Labesse <[email protected]> Signed-off-by: Kevin Labesse <[email protected]> Signed-off-by: Denis Zaitcev <[email protected]>
@ocervell I've forked @oktocat 's repo that was the source of PR #177. I've rebased it on the latest
But the code does appear to work when tested against a local Granfana Mimir setup. I'm going to see if I can get approval to share my the updated code upstream. In the mean time, I'm going to try to implement the changes you requested in the original PR. Let me know if there's anything else I can do to help get this integrated smoothly. :) |
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:Inspiration: https://pypi.org/project/opentelemetry-exporter-prometheus-remote-write/
The text was updated successfully, but these errors were encountered: