Prometheus - toge510/homelab GitHub Wiki
Config
Prometheus is configured via configuration file.
TLS
Prometheus supports basic authentication and TLS.
Prometheus
Docker
- Monitoring a Linux host with Prometheus, Node Exporter, and Docker Compose
- awesome compose: prometheus-grafana
Metrics
- <metric_name>{<label="value">} <metric_value>
node_cpu_seconds_total{cpu="0",mode="idle"} 258227
- https://prometheus.io/docs/practices/naming/#metric-and-label-naming
- https://prometheus.io/docs/concepts/metric_types/