stats icon indicating copy to clipboard operation
stats copied to clipboard

pushgateway support

Open matthewmueller opened this issue 8 years ago • 1 comments

Would be cool to be able support prometheus's pushgateway, then you can send metrics from serverless functions and even the browser!

matthewmueller avatar Jul 07 '17 09:07 matthewmueller

FWIW, I got started on this work here: https://github.com/matthewmueller/stats/tree/pushgateway. I'm still familiarizing myself with this library, so if you see anything that's off, let me know!

Looks like prometheus doesn't export pushgateway for programmatic use, so this will require either changes to prometheus or adding the server in here (probably easier since Handler already exists).

  • [ ] server implementation of pushgateway
  • [ ] client implementation of pushgateway

matthewmueller avatar Jul 09 '17 07:07 matthewmueller