Комментарии 2
Сразу говорю, я профан в prometheus (только бегло глянул что и как), но чем не подошёл github.com/prometheus/pushgateway?
Из фака самого Prometheus:
Мы, например, используем эндпоинт с метриками для Prometheus, чтобы еще побочно мониторить живость и доступность сервиса с помощью Pingdom.
Why do you pull rather than push?
Pulling over HTTP offers a number of advantages:
- You can run your monitoring on your laptop when developing changes.
- You can more easily tell if a target is down.
- You can manually go to a target and inspect its health with a web browser.
Overall, we believe that pulling is slightly better than pushing, but it should not be considered a major point when considering a monitoring system.
Мы, например, используем эндпоинт с метриками для Prometheus, чтобы еще побочно мониторить живость и доступность сервиса с помощью Pingdom.
Зарегистрируйтесь на Хабре, чтобы оставить комментарий
Symfony Bundle для экспорта статистик в формате Prometheus