Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNodeQueueStatsSummary (0.21 sec)

  1. cmd/metrics-v2.go

    		var ml []MetricV2
    		// common operational metrics for bucket replication and site replication - published
    		// at cluster level
    		if rStats := globalReplicationStats.Load(); rStats != nil {
    			qs := rStats.getNodeQueueStatsSummary()
    			activeWorkersCount := MetricV2{
    				Description: getClusterReplActiveWorkersCountMD(),
    			}
    			avgActiveWorkersCount := MetricV2{
    				Description: getClusterReplAvgActiveWorkersCountMD(),
    			}
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 131.9K bytes
    - Viewed (0)
Back to top