Enrich metrics with node labels

groundcover allows you to add custom node labels to the metrics generated by our sensors.

circle-info

At the moment this feature is not supported for metrics prefixed with groundcover_kube.

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:

agent:
  sensor:
    nodelabels: ["app.kubernetes.io/name", "app.kubernetes.io/other-name"]

Last updated