swift/doc/source/metrics/container_updater.rst
Tim Burke 1f298714af docs: Format metrics in fixed-width font, not italics
Change-Id: I6fc9eaf0903bdbe4ccb82c4e7647478a1eef9785
2023-05-30 11:38:42 -07:00

18 lines
1.0 KiB
ReStructuredText

``container-updater`` Metrics
=============================
================================ ====================================================
Metric Name Description
-------------------------------- ----------------------------------------------------
``container-updater.successes`` Count of containers which successfully updated their
account.
``container-updater.failures`` Count of containers which failed to update their
account.
``container-updater.no_changes`` Count of containers which didn't need to update
their account.
``container-updater.timing`` Timing data for processing a container; only
includes timing for containers which needed to
update their accounts (i.e. "successes" and
"failures" but not "no_changes").
================================ ====================================================