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:
@@ -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).
|
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
|
type: text
|
||||||
|
|
||||||
- title: Runtime
|
- title: run_all Runtime
|
||||||
showTitle: true
|
showTitle: true
|
||||||
height: 400px
|
height: 400px
|
||||||
panels:
|
panels:
|
||||||
- title: "run_all.sh"
|
- title: "run_all.sh"
|
||||||
type: graph
|
type: graph
|
||||||
span: 12
|
span: 12
|
||||||
|
tooltip:
|
||||||
|
sort: 1
|
||||||
yaxes:
|
yaxes:
|
||||||
- format: ms
|
- format: ms
|
||||||
- show: false
|
- show: false
|
||||||
@@ -26,7 +28,6 @@ dashboard:
|
|||||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.*.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
- target: aliasSub(stats.timers.bridge.ansible.run_all.*.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||||
refId: A
|
refId: A
|
||||||
|
|
||||||
|
|
||||||
- title: Individual runtimes
|
- title: Individual runtimes
|
||||||
showTitle: true
|
showTitle: true
|
||||||
height: 200px
|
height: 200px
|
||||||
@@ -118,3 +119,18 @@ dashboard:
|
|||||||
targets:
|
targets:
|
||||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.update_system_config.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
- target: aliasSub(stats.timers.bridge.ansible.run_all.update_system_config.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||||
refId: A
|
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
|
||||||
|
Reference in New Issue
Block a user