VarshaRaviCV opened a new pull request, #5345: URL: https://github.com/apache/ozone/pull/5345
## What changes were proposed in this pull request? Adding ReplicationManagerMetrics to ReplicaManagerInsight ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6155 ## How was this patch tested? CLI ozone insight metrics scm.replica-manager > sh-4.2$ ozone insight metrics scm.replica-manager Metrics for `scm.replica-manager` (SCM closed container replication manager) ReplicationManager Container Metrics Open Containers: 1 Closing Containers: 0 Quasi-closed Containers: 0 Closed Containers: 0 Deleting Containers: 0 Deleted Containers: 0 Recovering Containers: 0 UnderReplicated Containers: 0 MisReplicated Containers: 0 OverReplicated Containers: 0 Missing Containers: 0 Unhealthy Containers: 0 Empty Containers: 0 Open Unhealthy Containers: 0 Stuck QuasiClosed Containers: 0 ReplicationManager EC Metrics EcReplicationCmdsSentTotal: 0 EcDeletionCmdsSentTotal: 0 EcReplicasCreatedTotal: 0 EcReplicasDeletedTotal: 0 EcReconstructionCmdsSentTotal: 0 EcReplicaCreateTimeoutTotal: 0 EcReplicasDeletedTotal: 0 EcReplicaDeleteTimeoutTotal: 0 EcReconstructionCmdsDeferredTotal: 0 EcPartialReconstructionSkippedTotal: 0 EcPartialReconstructionCriticalTotal: 0 EcPartialReconstructionNoneOverloadedTotal: 0 EcPartialReplicationForOutOfServiceReplicasTotal: 0 EcPartialReplicationForMisReplicationTotal: 0 ReplicationManager Metrics InflightReplication: 0 InflightDeletion: 0 InflightEcReplication: 0 InflightEcDeletion: 0 UnderReplicatedQueueSize: 0 OverReplicatedQueueSize: 0 ReplicationCmdsSentTotal: 0 ReplicasCreatedTotal: 0 ReplicaCreateTimeoutTotal: 0 DeletionCmdsSentTotal: 0 ReplicasDeletedTotal: 0 ReplicaDeleteTimeoutTotal: 0 DeleteContainerCmdsDeferredTotal: 0 ReplicateContainerCmdsDeferredTotal: 0 PendingReplicationLimitReachedTotal: 0 PartialReplicationTotal: 0 PartialReplicationForMisReplicationTotal: 0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
