1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add orgId to prometheus config

This commit is contained in:
RGBCube 2024-01-15 11:33:27 +03:00
parent 0c5a7a2efc
commit 6da39c1ee7
No known key found for this signature in database

View file

@ -6,10 +6,13 @@ serverSystemConfiguration {
name = "Prometheus";
type = "prometheus";
url = "http://[::]:${toString config.services.prometheus.port}";
orgId = 1;
}];
deleteDatasources = [{
name = "Prometheus";
orgId = 1;
}];
};