Jump to content

Prometheus: Difference between revisions

From NixOS Wiki
Klinger (talk | contribs)
first version with link to manual
(No difference)

Revision as of 15:24, 16 May 2024

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;