Skip to content
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

Support for push using Prometheus remote_write? #142

Open
jonnor opened this issue Sep 15, 2022 · 2 comments
Open

Support for push using Prometheus remote_write? #142

jonnor opened this issue Sep 15, 2022 · 2 comments

Comments

@jonnor
Copy link

jonnor commented Sep 15, 2022

Prometheus 2.33 stabilizes the remote_write API. https://promlabs.com/blog/2022/01/30/whats-new-in-prometheus-2-33#remote-write-receiver-marked-stable

While not intended to be a replacement for the pull-based model, it can be very practical from background workers and batch jobs to be able to push, without having to set up a gateway. Especially since the offical pushgateway is very limited, and other options like prom-aggregation-gateway are not activily maintained.

What do you think?

@rycus86
Copy link
Owner

rycus86 commented Sep 15, 2022

Sure, we can look at supporting that once https://github.com/prometheus/client_python does. I haven't checked whether it does already.

@jonnor
Copy link
Author

jonnor commented Sep 16, 2022

Only mention I have seen so far is prometheus/client_python#817 - which has not been commented on by the maintainers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants