Add zuul-web stats to zuul-status page

This adds some newly created stats (which are already being recorded
in grafana).

Change-Id: Ifbc42fb7e5fc520cb539bad6b8fa5898b6d37c34
This commit is contained in:
James E. Blair 2022-02-09 13:01:42 -08:00
parent efa89519ff
commit c36bb59458

View File

@ -238,6 +238,25 @@ dashboard:
- target: alias(stats.gauges.zuul.mergers.jobs_queued, 'Queued Jobs')
- target: alias(stats.gauges.zuul.mergers.jobs_running, 'Running Jobs')
type: graph
- title: Web
showTitle: true
height: 250px
panels:
- title: Streams
span: 6
targets:
- target: aliasSub(stats.gauges.zuul.web.server.*_opendev_org.streamers, ".*\.(.*)_opendev_org.*", "\1")
type: graph
- title: Threadpool Queue
span: 6
targets:
- target: aliasSub(stats.gauges.zuul.web.server.*_opendev_org.threadpool.queue, ".*\.(.*)_opendev_org.*", "\1")
type: graph
- title: Threadpool Idle
span: 6
targets:
- target: aliasSub(stats.gauges.zuul.web.server.*_opendev_org.threadpool.idle, ".*\.(.*)_opendev_org.*", "\1")
type: graph
- title: ZooKeeper
showTitle: true
height: 250px