Add dashboard for bridge runtimes
This uses stats produced by I299c0ab5dc3dea4841e560d8fb95b8f3e7df89f2 Change-Id: Iab6988291333e95df1a521787b0a5ce04abde47e
This commit is contained in:
parent
7d7633fce7
commit
0a92d4cc79
120
grafana/bridge.yaml
Executable file
120
grafana/bridge.yaml
Executable file
@ -0,0 +1,120 @@
|
||||
dashboard:
|
||||
title: 'Bridge Runtime'
|
||||
rows:
|
||||
- title: Description
|
||||
height: 100px
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
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
|
||||
showTitle: true
|
||||
height: 400px
|
||||
panels:
|
||||
- title: "run_all.sh"
|
||||
type: graph
|
||||
span: 12
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- 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
|
||||
panels:
|
||||
- title: "afs"
|
||||
type: graph
|
||||
span: 3
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.afs.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||
refId: A
|
||||
|
||||
- title: "base"
|
||||
type: graph
|
||||
span: 3
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.base.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||
refId: A
|
||||
|
||||
- title: "bridge"
|
||||
type: graph
|
||||
span: 3
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.bridge.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||
refId: A
|
||||
|
||||
- title: "else"
|
||||
type: graph
|
||||
span: 3
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.else.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||
refId: A
|
||||
|
||||
- title: "git"
|
||||
type: graph
|
||||
span: 3
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.git.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||
refId: A
|
||||
|
||||
- title: "total"
|
||||
type: graph
|
||||
span: 3
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.total.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||
refId: A
|
||||
|
||||
- title: "update_puppet_version"
|
||||
type: graph
|
||||
span: 3
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.update_puppet_version.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||
refId: A
|
||||
|
||||
- title: "update_system_config"
|
||||
type: graph
|
||||
span: 3
|
||||
yaxes:
|
||||
- format: ms
|
||||
- show: false
|
||||
nullPointMode: connected
|
||||
targets:
|
||||
- target: aliasSub(stats.timers.bridge.ansible.run_all.update_system_config.median, "stats.timers.bridge.ansible.run_all.(.*).median", "\1")
|
||||
refId: A
|
Loading…
x
Reference in New Issue
Block a user