diff options
author | James E. Blair <jim@acmegating.com> | 2021-11-11 11:02:25 -0800 |
---|---|---|
committer | James E. Blair <jim@acmegating.com> | 2022-01-25 08:16:52 -0800 |
commit | 38ee8fb4292998b17051b5f75222125cbb630288 (patch) | |
tree | e839eaf3a0f10fbc239d0fcc41f384f6592c5fcc /doc | |
parent | 3c56f1eafc49681935cc5eaf8f933a38f1db879c (diff) | |
download | zuul-38ee8fb4292998b17051b5f75222125cbb630288.tar.gz |
Add some pipeline processing stats
This will give us more of an idea of the ZK overhead in pipeline
processing.
Change-Id: I47648a08a75351f6af1e14ff04b33de10276f9d9
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/monitoring.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/monitoring.rst b/doc/source/monitoring.rst index 3e44ccd44..19187cf68 100644 --- a/doc/source/monitoring.rst +++ b/doc/source/monitoring.rst @@ -79,6 +79,11 @@ These metrics are emitted by the Zuul :ref:`scheduler`: The number of items currently being processed by this pipeline. + .. stat:: process + :type: timer + + The time taken to process the pipeline. + .. stat:: project This hierarchy holds more specific metrics for each project @@ -140,6 +145,11 @@ These metrics are emitted by the Zuul :ref:`scheduler`: The number of changes for this project processed by the pipeline since Zuul started. + .. stat:: refresh + :type: timer + + The time taken to refresh the state from ZooKeeper. + .. stat:: resident_time :type: timer |