Skip to content

Commit 57fb361

Browse files
committed
update doc
1 parent b7903ac commit 57fb361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func main() {
258258
}
259259

260260
metrics := parseGenericMetrics(&status)
261-
261+
// TODO: this metrics could be joined to node resource with a status field and removing this metric
262262
clusterResources.WithLabelValues("unique").Set(float64(metrics.Resource.Unique))
263263
clusterResources.WithLabelValues("disabled").Set(float64(metrics.Resource.Disabled))
264264
clusterResources.WithLabelValues("configured").Set(float64(metrics.Resource.Configured))

0 commit comments

Comments
 (0)