groundcover allows you to add custom labels (static) to the metrics generated by our sensors.
To apply custom static labels, you need to update your groundcover deployment values.yaml file.
values.yaml
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 2 months ago