79425953

Date: 2025-02-10 01:49:50
Score: 2
Natty:
Report link

I had to add the relabel_configs under both the node_exporter and windows_exporter jobs as follows:

relabel_configs:
  - source_labels: [__address__]
    target_label: instance
  - source_labels: [instance]
    target_label: hostname
    regex: '([^:]+).*'
    replacement: '${1}'

I had missed the above under the Windows_exporter job previously.

Cheers.

Reasons:
  • Blacklisted phrase (1): Cheers
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: twkl