swift/doc/source/metrics/object_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

1.4 KiB

object-updater Metrics

Metric Name Description

object-updater.errors

Count of drives not mounted or async_pending files with an unexpected name.

object-updater.timing

Timing data for object sweeps to flush async_pending container updates. Does not include object sweeps which did not find an existing async_pending storage directory.

object-updater.quarantines

Count of async_pending container updates which were corrupted and moved to quarantine.

object-updater.successes Count of successful container updates.
object-updater.failures Count of failed container updates.

object-updater.unlinks

Count of async_pending files unlinked. An async_pending file is unlinked either when it is successfully processed or when the replicator sees that there is a newer async_pending file for the same object.