Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getNodeDrivesTotalMD (0.08 seconds)

  1. cmd/metrics-v2.go

    		Namespace: nodeMetricNamespace,
    		Subsystem: driveSubsystem,
    		Name:      onlineTotal,
    		Help:      "Total drives online in this node",
    		Type:      gaugeMetric,
    	}
    }
    
    func getNodeDrivesTotalMD() MetricDescription {
    	return MetricDescription{
    		Namespace: nodeMetricNamespace,
    		Subsystem: driveSubsystem,
    		Name:      total,
    		Help:      "Total drives in this node",
    		Type:      gaugeMetric,
    	}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 133.6K bytes
    - Click Count (0)
Back to Top