zot24
6/18/2019 - 10:45 PM

Prometheus rule to relabel instance:port to te just the instance IP

 relabel_configs:
    - source_labels: [__address__]
      regex: "([^:]+):\\d+"
      target_label: instance