Add missing expirer recon metric to admin_guide

Add expirer/object to recon metrics, which reports such as:

$ curl -s http://localhost:6010/recon/expirer/object
{"object_expiration_pass": 0.19765901565551758, "expired_last_pass": 1}

Change-Id: Ia9a171c09efebe5ad56c9de2952a8f29188c4970
This commit is contained in:
Alistair Coles 2016-12-01 10:30:03 +00:00
parent b5a16beb38
commit 463e22a314
1 changed files with 1 additions and 0 deletions

View File

@ -707,6 +707,7 @@ Request URI Description
/recon/replication/<type> returns replication info for given type (account, container, object)
/recon/auditor/<type> returns auditor stats on last reported scan for given type (account, container, object)
/recon/updater/<type> returns last updater sweep times for given type (container, object)
/recon/expirer/object returns time elapsed and number of objects deleted during last object expirer sweep
/recon/version returns Swift version
/recon/time returns node time
========================= ========================================================================================