hi guys, im pretty new to Prometheus config, i read the manual but i still cant make it work. my goal is to relabel multiple roles in kubernetes_sd_configs, i wanna use node role + pod role in the same target. so that the endpoint URL will look like this: http://<pod-ip1>:8082/metrics?instance=<node-ip1> http://<pod-ip2>:8082/metrics?instance=<node-ip1> http://<pod-ipN>:8082/metrics?instance=<node-ip1> . . http://<pod-ip1>:8082/metrics?instance=<node-ip2> http://<pod-ip2>:8082/metrics?instance=<node-ip2> http://<pod-ipN>:8082/metrics?instance=<node-ip2> . . . i hope my question is clear enough.
-- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/a03e9c3c-5e9f-484f-b5f2-930d1288f141%40googlegroups.com.