prometheus: fix postgres scrape target
This commit is contained in:
parent
05c46a63e2
commit
e7008713d1
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ in
|
|||
}
|
||||
{
|
||||
target_label = "__address__";
|
||||
replacement = "127.0.0.1:9116";
|
||||
replacement = "nachtigall.wg.${config.pub-solar-os.networking.domain}:${toString config.services.prometheus.exporters.postgres.port}";
|
||||
}
|
||||
];
|
||||
static_configs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue