File: container_sync.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 (18 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
``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.
=================================  ====================================================