Collect grafana metrics

This commit is contained in:
2025-01-24 23:33:49 +01:00
parent f2b5bb6f2a
commit 25b2f1d1ee

View File

@@ -159,6 +159,14 @@
} }
]; ];
} }
{
job_name = "grafana";
static_configs = [
{
targets = [ "localhost:3100" ];
}
];
}
{ {
job_name = "pve-exporter"; job_name = "pve-exporter";
static_configs = [ static_configs = [