# Enrich metrics with node labels

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

{% hint style="info" %}
At the moment this feature is not supported for metrics prefixed with `groundcover_kube`.
{% endhint %}

### Specifying what to collect

To apply custom node label collection, you need to update your groundcover deployment `values.yaml` file.

```yaml
global:
  labelEnrichment:
    nodes:
      labels: ["topology.kubernetes.io/zone", "node.kubernetes.io/instance-type"]
```
