Prometheus

From NixOS Wiki
Revision as of 15:24, 16 May 2024 by Klinger (talk | contribs) (first version with link to manual)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Prometheus is a free software application used for event monitoring and alerting. It records metrics in a time series database built using an HTTP pull model, with flexible queries and real-time alerting.

Client/Agent: Prometheus exporter

It is documented in the NixOS manual.

Server

The Prometheus service daemon can be enabled and configured by further options.

services.prometheus.enable = true;