Enrich metrics with node labels
groundcover allows you to add custom node labels to the metrics generated by our sensors.
Specifying what to collect
To apply custom node label collection, you need to update your groundcover deployment values.yaml file.
global:
labelEnrichment:
nodes:
labels: ["topology.kubernetes.io/zone", "node.kubernetes.io/instance-type"]Last updated
