This commit is contained in:
XenGi 2026-08-22 15:29:03 +02:00
commit 7beec0aa55
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
2 changed files with 24 additions and 4 deletions

View file

@ -32,7 +32,9 @@
scrape_interval = "15s";
static_configs = [
{
targets = [ "sql.${config.networking.domain}:${toString config.services.prometheus.exporters.postgres.port}" ];
targets = [
"sql.${config.networking.domain}:${toString config.services.prometheus.exporters.postgres.port}"
];
}
];
}