Enrich metrics with static labels
groundcover allows you to add custom labels (static) to the metrics generated by our sensors.
Specifying what to collect
To apply custom static labels, you need to update your groundcover deployment values.yaml file.
You'll need to add your labels as specified in snippet below:
agent:
sensor:
pipelines:
metrics:
additionalMetricLabels:
label1: "label1_value"
label2: "label2_value"Last updated
