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

19 lines
1.2 KiB
ReStructuredText

``container-sync`` Metrics
==========================
================================= ====================================================
Metric Name Description
--------------------------------- ----------------------------------------------------
``container-sync.skips`` Count of containers skipped because they don't have
sync'ing enabled.
``container-sync.failures`` Count of failures sync'ing of individual containers.
``container-sync.syncs`` Count of individual containers sync'ed successfully.
``container-sync.deletes`` Count of container database rows sync'ed by
deletion.
``container-sync.deletes.timing`` Timing data for each container database row
synchronization via deletion.
``container-sync.puts`` Count of container database rows sync'ed by Putting.
``container-sync.puts.timing`` Timing data for each container database row
synchronization via Putting.
================================= ====================================================