Find a way to relabel the built-in rke2 node-exporter metrics to use the proper hostname of the nodes
The node-exporter metrics scraped from inside the k8s clusters are labeled with instance="$ip_address:$port"
instead of the more meaningful instance=$fqdn
label we've set on other hosts. This makes the associated alerts harder to track down; We should figure out a way to relabel these metrics.