grafana: remove http prefix for postgres
This commit is contained in:
parent
6fd7d24087
commit
39e2eefd98
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ in {
|
|||
name = "PostgreSQL";
|
||||
type = "postgres";
|
||||
access = "proxy";
|
||||
url = "http://127.0.0.1:${toString config.services.prometheus.exporters.postgres.port}";
|
||||
url = "127.0.0.1:${toString config.services.prometheus.exporters.postgres.port}";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue