Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for loadClusterHealthNodeMetrics (0.17 sec)

  1. cmd/metrics-v3-cluster-health.go

    		"Count of offline nodes in the cluster")
    	healthNodesOnlineCountMD = NewGaugeMD(healthNodesOnlineCount,
    		"Count of online nodes in the cluster")
    )
    
    // loadClusterHealthNodeMetrics - `MetricsLoaderFn` for cluster health node
    // metrics.
    func loadClusterHealthNodeMetrics(ctx context.Context, m MetricValues,
    	c *metricsCache,
    ) error {
    	nodesUpDown, _ := c.nodesUpDown.Get()
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. cmd/metrics-v3.go

    			healthCapacityRawTotalBytesMD,
    			healthCapacityRawFreeBytesMD,
    			healthCapacityUsableTotalBytesMD,
    			healthCapacityUsableFreeBytesMD,
    		},
    		JoinLoaders(loadClusterHealthDriveMetrics,
    			loadClusterHealthNodeMetrics,
    			loadClusterHealthCapacityMetrics),
    	)
    
    	clusterUsageObjectsMG := NewMetricsGroup(clusterUsageObjectsCollectorPath,
    		[]MetricDescriptor{
    			usageSinceLastUpdateSecondsMD,
    			usageTotalBytesMD,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 02 00:55:27 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top