diff options
author | Alan Rominger <arominge@redhat.com> | 2022-09-02 19:38:49 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2022-09-02 19:38:49 +0200 |
commit | ccbc8ce7de8d81ad034c1616bf63beb411eb96d9 (patch) | |
tree | a84126a7aad9aeef73fe5f688d64ac3a5cd24132 /tools/grafana | |
parent | Merge pull request #12803 from matburt/fix_cleanup_schedules (diff) | |
download | awx-ccbc8ce7de8d81ad034c1616bf63beb411eb96d9.tar.xz awx-ccbc8ce7de8d81ad034c1616bf63beb411eb96d9.zip |
Make the metrics default sampling interval 5s
Diffstat (limited to 'tools/grafana')
-rw-r--r-- | tools/grafana/dashboards/demo_dashboard.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/grafana/dashboards/demo_dashboard.json b/tools/grafana/dashboards/demo_dashboard.json index b909fdd541..23fc18e8b6 100644 --- a/tools/grafana/dashboards/demo_dashboard.json +++ b/tools/grafana/dashboards/demo_dashboard.json @@ -90,6 +90,7 @@ "y": 0 }, "id": 8, + "interval": "5", "options": { "legend": { "calcs": [], @@ -176,6 +177,7 @@ "y": 8 }, "id": 12, + "interval": "5", "options": { "legend": { "calcs": [], @@ -289,6 +291,7 @@ "y": 8 }, "id": 10, + "interval": "5", "options": { "legend": { "calcs": [], @@ -427,6 +430,7 @@ "y": 16 }, "id": 16, + "interval": "5", "options": { "legend": { "calcs": [], @@ -548,6 +552,7 @@ "y": 16 }, "id": 18, + "interval": "5", "options": { "legend": { "calcs": [], @@ -645,6 +650,7 @@ "y": 24 }, "id": 14, + "interval": "5", "options": { "legend": { "calcs": [], @@ -734,6 +740,7 @@ "y": 24 }, "id": 20, + "interval": "5", "options": { "legend": { "calcs": [], @@ -777,6 +784,6 @@ "timezone": "", "title": "awx-demo", "uid": "GISWZOXnk", - "version": 4, + "version": 3, "weekStart": "" } |