Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for codename (0.14 sec)

  1. cmd/metrics-v2.go

    				},
    				Value: pluginAuthNMetrics.MaxSuccRTTMs,
    			},
    		}
    
    		return metrics
    	})
    	return mg
    }
    
    // replication metrics for each node - published to the cluster endpoint with nodename as label
    func getReplicationNodeMetrics(opts MetricsGroupOpts) *MetricsGroupV2 {
    	mg := &MetricsGroupV2{
    		cacheInterval:    1 * time.Minute,
    		metricsGroupOpts: opts,
    	}
    	const (
    		Online  = 1
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
Back to top