pushprom
pushprom copied to clipboard
Pushprom is a proxy to the Prometheus Go client.
## The problem [Pushprom](https://github.com/messagebird/pushprom) 1.0.8 is too verbose on default INFO level. Trying to use the “documented” -log-level argument for the application [does not have effect](https://github.com/messagebird/pushprom/blob/1.0.8/main.go#L15). Update from 1.0.7 to...
This PR is related to the goals outlined in #17 - to get the image at https://hub.docker.com/r/messagebird/pushprom/ up-to-date and automatically building/pushing. Here pushprom is built in an Alpine container, which...
It seems that adding labels / attributes to an existing metric does not use the added labels. It should actually recognise that labels were added and use them.
https://hub.docker.com/r/messagebird/pushprom/ is not currently a Public/Automated build (the repo is of course public). Public/Automated builds are superior since a) they are updated and published more regularly and b) they are...
``` [remek][~/.../github.com/messagebird/pushprom][master]$ make container rm -fr bin pkg vendor/pkg * go getting all dependencies into vendor/ find vendor/ -name .git -type d | xargs rm -rf * Building pushprom for...
Something like https://github.com/prometheus/promu can help to build and push to github
Scraping pushprom returns no timestamp for metrics, which may be very old. No staleness check is possible unless one metric contains a timestamp as a value. Instead, pushprom could provide...
@dstotijn published pushprom to https://hub.docker.com/r/messagebird/pushprom/ we need to add some text to the README letting the user know of that option. @samwierema also mentioned that he wanted to automate pushing...