Question:
What does the following metric_relabel_config do?
scrape_configs:
- job_name: example
metric_relabel_configs:
- source_labels: [datacenter]
regex: (.*)
action: replace
target_label: location
replacement: dc-$1