Compare commits
6 commits
71dacb5b2c
...
435f831b89
Author | SHA1 | Date | |
---|---|---|---|
Ilya K | 435f831b89 | ||
Ilya K | 0cc353e583 | ||
Ilya K | b1ad697d8d | ||
Ilya K | 97ea0913d7 | ||
Ilya K | be2da46c46 | ||
Ilya K | 841461d6c9 |
|
@ -24013,7 +24013,7 @@
|
|||
"current": {
|
||||
"selected": false,
|
||||
"text": "Prometheus",
|
||||
"value": "ZZqQ__rnk"
|
||||
"value": "mimir"
|
||||
},
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
|
|
3280
services/monitoring/lgtm/dashboards/postgres2.json
Normal file
3280
services/monitoring/lgtm/dashboards/postgres2.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -63,7 +63,7 @@ in
|
|||
auto_login = true;
|
||||
allow_assign_grafana_admin = true;
|
||||
|
||||
role_attribute_path = "contains(roles[*], 'grafana-admin') && 'GrafanaAdmin' || contains(roles[*], 'grafana-editor') && 'Editor' || 'Viewer'";
|
||||
role_attribute_path = "contains(grafana_roles[*], 'Admin') && 'GrafanaAdmin' || contains(grafana_roles[*], 'Editor') && 'Editor' || 'Viewer'";
|
||||
};
|
||||
|
||||
dashboards.default_home_dashboard_path = "${./dashboards/node_exporter.json}";
|
||||
|
|
Loading…
Reference in a new issue