grafana bridge.o.o : add cloud launcher runtime

The cloud launcher runs started producing runtime stats with
I8e5371cbc94e9a803ea5e64ae94aca293b834c73, add it as a new panel.

Use the tooltip sort from I931419f832b6fd4a537431e34c099e5f2884d4c2 on
the run_all runtimes.  Rename to be clearer.

Change-Id: I1a75f5dcfb12417b4de2756f7688a5da9ed57e4b
This commit is contained in:
Ian Wienand 2018-11-12 10:24:57 +11:00
parent 4f3b366077
commit bf31cdc03a
1 changed files with 18 additions and 2 deletions

View File

@ -11,13 +11,15 @@ dashboard:
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana/bridge.yaml).
type: text
- title: Runtime
- title: run_all Runtime
showTitle: true
height: 400px
panels:
- title: "run_all.sh"
type: graph
span: 12
tooltip:
sort: 1
yaxes:
- format: ms
- show: false
@ -26,7 +28,6 @@ dashboard:
- target: aliasSub(stats.timers.bridge.ansible.run_all.*.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
refId: A
- title: Individual runtimes
showTitle: true
height: 200px
@ -118,3 +119,18 @@ dashboard:
targets:
- target: aliasSub(stats.timers.bridge.ansible.run_all.update_system_config.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
refId: A
- title: Cloud launcher runtime
showTitle: true
height: 400px
panels:
- title: "run_cloud_launcher.sh"
type: graph
span: 12
yaxes:
- format: ms
- show: false
nullPointMode: connected
targets:
- target: alias(stats.timers.bridge.ansible.run_cloud_launcher.median, "run_cloud_launcher.sh")
refId: A