Hacker News new | ask | show | jobs
by Drdrdrq 3696 days ago
Actually, you probably want to have both. Push is great when you are collecting results of some operations, otherwise you would have to save data somewhere until it is fetched.
1 comments

The https://github.com/prometheus/pushgateway serves those cases, primarily service-level batch jobs.