Grafana: reorder zuul graphs
Due to differing heights, the current layout wastes a lot of space at lower screen widths. This rearranges the graphs so that the taller ones are on the bottom and therefore tile better. Change-Id: I062cd1d96d236c564b15ca96acb72e7f2e49f012
This commit is contained in:
parent
009df46264
commit
a32db95277
@ -134,6 +134,37 @@ dashboard:
|
|||||||
- title: Graphs
|
- title: Graphs
|
||||||
height: 250px
|
height: 250px
|
||||||
panels:
|
panels:
|
||||||
|
- title: Zuul Jobs Launched (per Hour)
|
||||||
|
span: 4
|
||||||
|
targets:
|
||||||
|
- target: alias(summarize(sumSeries(stats_counts.zuul.tenant.openstack.pipeline.*.all_jobs), '1h'), 'All Jobs')
|
||||||
|
type: graph
|
||||||
|
- title: Logstash Job Queue
|
||||||
|
span: 4
|
||||||
|
targets:
|
||||||
|
- target: alias(stats.gauges.logstash.geard.queue.running, 'Running')
|
||||||
|
- target: alias(stats.gauges.logstash.geard.queue.waiting, 'Waiting')
|
||||||
|
- target: alias(stats.gauges.logstash.geard.queue.total, 'Total Jobs')
|
||||||
|
type: graph
|
||||||
|
- title: Node Requests
|
||||||
|
span: 4
|
||||||
|
targets:
|
||||||
|
- target: alias(stats.gauges.zuul.nodepool.current_requests, 'Requests')
|
||||||
|
type: graph
|
||||||
|
- title: Zuul Job Queue
|
||||||
|
span: 4
|
||||||
|
targets:
|
||||||
|
- target: alias(stats.gauges.zuul.geard.queue.running, 'Running')
|
||||||
|
- target: alias(stats.gauges.zuul.geard.queue.waiting, 'Waiting')
|
||||||
|
- target: alias(stats.gauges.zuul.geard.queue.total, 'Total Jobs')
|
||||||
|
type: graph
|
||||||
|
- title: Gerrit Events (per Hour)
|
||||||
|
span: 4
|
||||||
|
targets:
|
||||||
|
- target: alias(summarize(stats_counts.zuul.event.gerrit.comment-added, '1h'), 'Comment added')
|
||||||
|
- target: alias(summarize(stats_counts.zuul.event.gerrit.patchset-created, '1h'), 'Patchset created')
|
||||||
|
- target: alias(summarize(stats_counts.zuul.event.gerrit.change-merged, '1h'), 'Change merged')
|
||||||
|
type: graph
|
||||||
- title: Test Nodes
|
- title: Test Nodes
|
||||||
span: 4
|
span: 4
|
||||||
stack: true
|
stack: true
|
||||||
@ -150,37 +181,6 @@ dashboard:
|
|||||||
- alias: Max
|
- alias: Max
|
||||||
stack: False
|
stack: False
|
||||||
type: graph
|
type: graph
|
||||||
- title: Node Requests
|
|
||||||
span: 4
|
|
||||||
targets:
|
|
||||||
- target: alias(stats.gauges.zuul.nodepool.current_requests, 'Requests')
|
|
||||||
type: graph
|
|
||||||
- title: Zuul Jobs Launched (per Hour)
|
|
||||||
span: 4
|
|
||||||
targets:
|
|
||||||
- target: alias(summarize(sumSeries(stats_counts.zuul.tenant.openstack.pipeline.*.all_jobs), '1h'), 'All Jobs')
|
|
||||||
type: graph
|
|
||||||
- title: Gerrit Events (per Hour)
|
|
||||||
span: 4
|
|
||||||
targets:
|
|
||||||
- target: alias(summarize(stats_counts.zuul.event.gerrit.comment-added, '1h'), 'Comment added')
|
|
||||||
- target: alias(summarize(stats_counts.zuul.event.gerrit.patchset-created, '1h'), 'Patchset created')
|
|
||||||
- target: alias(summarize(stats_counts.zuul.event.gerrit.change-merged, '1h'), 'Change merged')
|
|
||||||
type: graph
|
|
||||||
- title: Zuul Job Queue
|
|
||||||
span: 4
|
|
||||||
targets:
|
|
||||||
- target: alias(stats.gauges.zuul.geard.queue.running, 'Running')
|
|
||||||
- target: alias(stats.gauges.zuul.geard.queue.waiting, 'Waiting')
|
|
||||||
- target: alias(stats.gauges.zuul.geard.queue.total, 'Total Jobs')
|
|
||||||
type: graph
|
|
||||||
- title: Logstash Job Queue
|
|
||||||
span: 4
|
|
||||||
targets:
|
|
||||||
- target: alias(stats.gauges.logstash.geard.queue.running, 'Running')
|
|
||||||
- target: alias(stats.gauges.logstash.geard.queue.waiting, 'Waiting')
|
|
||||||
- target: alias(stats.gauges.logstash.geard.queue.total, 'Total Jobs')
|
|
||||||
type: graph
|
|
||||||
- title: Executors
|
- title: Executors
|
||||||
showTitle: true
|
showTitle: true
|
||||||
height: 250px
|
height: 250px
|
||||||
|
Loading…
Reference in New Issue
Block a user