diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 25697b0..53832e9 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -151,6 +151,14 @@ } ]; } + { + job_name = "loki"; + static_configs = [ + { + targets = [ "localhost:3100" ]; + } + ]; + } { job_name = "pve-exporter"; static_configs = [