Slackbot
Srikanth Chekuri
httpcheck
Pranay
receivers: ... httpcheck: endpoint: <http://example.com> method: GET collection_interval: 10s httpcheck/service-a: endpoint: <http://service-a.com/health> method: GET collection_interval: 2s httpcheck/service-b: endpoint: <http://service-b.com/probe> method: HEAD collection_interval: 5s ...
config: modules: http_2xx: prober: http timeout: 2s http: follow_redirects: true ... scrape_configs: - job_name: blackbox metrics_path: /probe params: module: - http_2xx ... - targets: - <http://endpoint-1> - <https://endpoint-2> - <http://service-b.com>
Bill Cavalieri
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.