File: object_updater.rst

package info (click to toggle)
swift 2.35.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 22,760 kB
  • sloc: python: 281,901; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (22 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
``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.
==============================  ====================================================