fmt
This commit is contained in:
parent
1759ef44b0
commit
7beec0aa55
2 changed files with 24 additions and 4 deletions
|
|
@ -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}"
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue