We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7903ac commit 57fb361Copy full SHA for 57fb361
main.go
@@ -258,7 +258,7 @@ func main() {
258
}
259
260
metrics := parseGenericMetrics(&status)
261
-
+ // TODO: this metrics could be joined to node resource with a status field and removing this metric
262
clusterResources.WithLabelValues("unique").Set(float64(metrics.Resource.Unique))
263
clusterResources.WithLabelValues("disabled").Set(float64(metrics.Resource.Disabled))
264
clusterResources.WithLabelValues("configured").Set(float64(metrics.Resource.Configured))
0 commit comments