groundcover allows you to add custom node labels to the metrics generated by our sensors.
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:
agent:
sensor:
nodelabels: ["app.kubernetes.io/name", "app.kubernetes.io/other-name"]