1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
``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").
================================ ====================================================
|