Tooling for the Prometheus monitoring system. More information: https://prometheus.io/docs/prometheus/latest/getting_started/.
promtool check config {{config_file.yml}}
promtool check rules {{rules_file.yml}}
stdin to check them for consistency and correctness:curl --silent {{http://example.com:9090/metrics/}} | promtool check metrics
promtool test rules {{test_file.yml}}