Collect grafana metrics

This commit is contained in:
Torjus Håkestad 2025-01-24 23:33:49 +01:00
parent f2b5bb6f2a
commit 25b2f1d1ee
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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