An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
Install
Download Prometheus from https://prometheus.io/download/ or can use brew install prometheus
Config yml config file for Prometheus
Run Prometheus
- Run CLI
prometheus --config.file="<your path>/prometheus.yml"
- Default Prometheus run on
localhost:9090