%3A is the URL-encoding for a colon (ASCII code hex 3A <https://www.fileformat.info/info/unicode/char/003a/index.htm> = decimal 58)
So your URL includes "target=10.146.x.x:9116", encoded because colon is a character with special significance in URLs. And in turn, I would guess that your snmp_targets.json includes entries of the form "10.146.x.x:9116". So to get rid of them, simply edit that file and remove all the :9116 suffixes, which shouldn't be there. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/6ce031a8-6a83-485e-9e8b-e5c1e6b0596f%40googlegroups.com.

