Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Monitoring & Observability

This category covers metrics, logging, and tracing tools.

Metrics & Alerting

Prometheus

Prometheus is a monitoring and alerting toolkit with a time-series database.

Installation

environment.systemPackages = [ pkgs.prometheus ];

Verified Usage

# Run Prometheus with a specific config
prometheus --config.file=/tmp/prometheus.yml --web.listen-address="10.0.2.15:9090"