A system monitoring tool.
Metrics are polled/persisted over REST,
Overview
Documentation
Tutorials
Routes
Locations
${PREFIX}/etc/prometheus.yml |
main configuration
|
/var/db/prometheus |
data dir
|
Quickstart
- prometheus polls HTTP endpoints for collected metrics
- these endpoints are called exporters, and they are generated/exposed using clients
- you can configure rules to persist data, or emit alerts when a metric fails
xdg-open localhost:9090 # prometheus-ui
promtool check rules /path/to/example.rules.yml # validate rule
amtool check-config alertmanager.yml # validate alertmanager config
Notes
Setup
Configuration
Usage
Syntax
Integrations
Dashboards