bring back the settings
This commit is contained in:
@@ -411,7 +411,9 @@ in
|
|||||||
retentionTime = "2y";
|
retentionTime = "2y";
|
||||||
|
|
||||||
globalConfig = {
|
globalConfig = {
|
||||||
scrape_interval = "15s";
|
# 15s would be preferable, but grafana does not allow
|
||||||
|
# setting a refresh_interval of 15s.
|
||||||
|
scrape_interval = "10s";
|
||||||
evaluation_interval = "1m";
|
evaluation_interval = "1m";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ in
|
|||||||
http_addr = "0.0.0.0";
|
http_addr = "0.0.0.0";
|
||||||
http_port = cfg.port;
|
http_port = cfg.port;
|
||||||
};
|
};
|
||||||
dashboards.min_refresh_interval = "15s";
|
|
||||||
users.auto_assign_org = true;
|
users.auto_assign_org = true;
|
||||||
feature_toggles.accessTokenExpirationCheck = true;
|
feature_toggles.accessTokenExpirationCheck = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user