diff options
author | Alan Rominger <arominge@redhat.com> | 2022-09-05 04:33:12 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2022-09-05 04:33:12 +0200 |
commit | 53de2458772af3e4447140af501174bee9c9c6f8 (patch) | |
tree | 23e0faac1fa2b9872a7ae814c89bfd2faa28b08f /tools/grafana | |
parent | Merge pull request #12825 from shanemcd/extend-includes (diff) | |
download | awx-53de2458772af3e4447140af501174bee9c9c6f8.tar.xz awx-53de2458772af3e4447140af501174bee9c9c6f8.zip |
Fix LDAP volume conditional, better metrics interval
Diffstat (limited to 'tools/grafana')
-rw-r--r-- | tools/grafana/dashboards/demo_dashboard.json | 7 | ||||
-rw-r--r-- | tools/grafana/datasources/prometheus_source.yml | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/tools/grafana/dashboards/demo_dashboard.json b/tools/grafana/dashboards/demo_dashboard.json index 23fc18e8b6..62570500f4 100644 --- a/tools/grafana/dashboards/demo_dashboard.json +++ b/tools/grafana/dashboards/demo_dashboard.json @@ -90,7 +90,6 @@ "y": 0 }, "id": 8, - "interval": "5", "options": { "legend": { "calcs": [], @@ -177,7 +176,6 @@ "y": 8 }, "id": 12, - "interval": "5", "options": { "legend": { "calcs": [], @@ -291,7 +289,6 @@ "y": 8 }, "id": 10, - "interval": "5", "options": { "legend": { "calcs": [], @@ -430,7 +427,6 @@ "y": 16 }, "id": 16, - "interval": "5", "options": { "legend": { "calcs": [], @@ -552,7 +548,6 @@ "y": 16 }, "id": 18, - "interval": "5", "options": { "legend": { "calcs": [], @@ -650,7 +645,6 @@ "y": 24 }, "id": 14, - "interval": "5", "options": { "legend": { "calcs": [], @@ -740,7 +734,6 @@ "y": 24 }, "id": 20, - "interval": "5", "options": { "legend": { "calcs": [], diff --git a/tools/grafana/datasources/prometheus_source.yml b/tools/grafana/datasources/prometheus_source.yml index 99c11684c4..22619c637f 100644 --- a/tools/grafana/datasources/prometheus_source.yml +++ b/tools/grafana/datasources/prometheus_source.yml @@ -8,3 +8,5 @@ datasources: access: proxy url: http://prometheus:9090 editable: true + jsonData: + timeInterval: 5s |