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:
parent
0c5a7a2efc
commit
6da39c1ee7
1 changed files with 4 additions and 1 deletions
|
@ -6,10 +6,13 @@ serverSystemConfiguration {
|
|||
name = "Prometheus";
|
||||
type = "prometheus";
|
||||
url = "http://[::]:${toString config.services.prometheus.port}";
|
||||
|
||||
orgId = 1;
|
||||
}];
|
||||
|
||||
deleteDatasources = [{
|
||||
name = "Prometheus";
|
||||
orgId = 1;
|
||||
}];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue