From 25b2f1d1eef42daa720856c995d8f43f4a97cf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 24 Jan 2025 23:33:49 +0100 Subject: [PATCH] Collect grafana metrics --- services/monitoring/prometheus.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 53832e9..dcb218a 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -159,6 +159,14 @@ } ]; } + { + job_name = "grafana"; + static_configs = [ + { + targets = [ "localhost:3100" ]; + } + ]; + } { job_name = "pve-exporter"; static_configs = [