Alistair Coles 517738ac9a sharder/replicator: emit stats for DBs created or existing
The number of container partitions that are in handoff locations can
be used to track progress of a container ring rebalance. However,
container DBs are sometimes deliberately created in handoff locations:
the sharder creates shard container DBs while cleaving and also while
moving misplaced objects; the container-replicator creates DBs to feed
misplaced objects to the reconciler. These DBs can distorts insights
into rebalance progress. Emitting stats will help quantify any such
distortion.

New sharder stats are:
    cleaved_db_created
    cleaved_db_exists
    misplaced_db_created
    misplaced_db_exists

New container-replicator stats are:
    reconciler_db_created
    reconciler_db_exists

Change-Id: Ia43e91a545a822cace41a0e814ab6c3bd89f8402
2022-07-30 17:30:19 +01:00
..
2022-07-26 10:39:58 +10:00
2019-06-19 09:54:14 -07:00