Running Grafana on prometheus, I want to create a row per target.
up{} return a list of string in the format of "up{instance=“184.72.121.26:9180”,job=“server”}
How should I extract only the IP value: “184.72.121.26” ?
I’m fine with doing it in the var def or the var usage.
Thanks
Tzach