Add prometheus #118
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ in {
|
|||
# maybe just do provision config directly ?
|
||||
datasource = {
|
||||
name = "Prometheus";
|
||||
url = "localhost:${toString config.services.prometheus.port}";
|
||||
url = "http://localhost:${toString config.services.skynet.prometheus.server.port}";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue