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 labels and annotations collection, you need to update your groundcover deployment values.yaml
file.
To collect a node label named app.kubernetes.io/name
and an annotation named app.kubernetes.io/other-name
you will need to add the following configuration:
Last updated