Add footprint to global metric list

This commit is contained in:
2024-07-12 13:20:54 +02:00
parent a07d167390
commit 68a97dc980
2 changed files with 5 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ type GlobalMetricListItem struct {
Name string `json:"name"`
Unit Unit `json:"unit"`
Scope MetricScope `json:"scope"`
Footprint bool `json:"footprint"`
Availability []ClusterSupport `json:"availability"`
}