Add prometheus #118

Merged
esy merged 27 commits from prometheus2 into main 2024-05-23 21:52:10 +00:00
Showing only changes of commit b8c6e153a4 - Show all commits

View file

@ -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}";
};
};
}