prometheus

Open-source monitoring system and time series database

brewmacoslinux
Try with needOr install directly
Source

About

Service monitoring system and time series database

Commands

prometheuspromtool

Examples

Start Prometheus server with default configuration$ prometheus
Start Prometheus on a custom port with specific config file$ prometheus --config.file=/path/to/prometheus.yml --web.listen-address=:9091
Validate Prometheus configuration file syntax$ promtool check config prometheus.yml