About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
zot24
6/18/2019 - 10:45 PM
share
Share
add_circle_outline
Save
Prometheus rule to relabel instance:port to te just the instance IP
prometheus_relabel_instance
content_copy
file_download
relabel_configs: - source_labels: [__address__] regex: "([^:]+):\\d+" target_label: instance
clear