fix port
This commit is contained in:
parent
f6134f38cc
commit
0e89445611
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
{
|
{
|
||||||
job_name = "postgres";
|
job_name = "postgres";
|
||||||
scrape_interval = "15s";
|
scrape_interval = "15s";
|
||||||
static_configs = [{ targets = [ "sql.berlin.ccc.de:${config.services.prometheus.exporters.postgres.port}" ]; }];
|
static_configs = [{ targets = [ "sql.berlin.ccc.de:${toString config.services.prometheus.exporters.postgres.port}" ]; }];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
ruleFiles = [
|
ruleFiles = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue