For the complete documentation index, see llms.txt. This page is also available as Markdown.

Enrich metrics with node labels

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

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

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