File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,11 +116,12 @@ type ClusterSupport struct {
116116// GlobalMetricListItem represents a metric in the global metric catalog.
117117// Tracks which clusters and subclusters support this metric across the entire system.
118118type GlobalMetricListItem struct {
119- Name string `json:"name"` // Metric name
120- Unit Unit `json:"unit"` // Unit of measurement
121- Scope MetricScope `json:"scope"` // Metric scope level
122- Footprint string `json:"footprint,omitempty"` // Footprint category
123- Availability []ClusterSupport `json:"availability"` // Where this metric is available
119+ Name string `json:"name"` // Metric name
120+ Unit Unit `json:"unit"` // Unit of measurement
121+ Scope MetricScope `json:"scope"` // Metric scope level
122+ Footprint string `json:"footprint,omitempty"` // Footprint category
123+ Restrict bool
124+ Availability []ClusterSupport `json:"availability"` // Where this metric is available
124125}
125126
126127// GetSocketsFromHWThreads returns socket IDs that contain any of the given hardware threads.
You can’t perform that action at this time.
0 commit comments