The server records “master”, “prole”, and “non_replica” metrics for “objects” and “tombstones”. These are documented in the metrics reference.
The master/prole are analogous to primary/secondary or leader/follower in other systems. Master objects indicate the number of records which this node is able to accept writes for. Prole objects indicate the number of records which this node is a replica to a master - it can receive reads from the client, but can’t receive writes. Non-replica objects are objects that are neither master or prole which can’t be read or written to. Non-replica objects are held to maintain the replication-factor while data is migrating between the current replicas (master and proles).