IPv6 works for me, but I am using a DNS name: http://prometheus.xxx.xxx.net:9093/. The name resolves to the IPv6 address (and the IPvFoo browser extension confirms it's connecting over IPv6)
I've never tried it with an IPv6 literal before. Trying http://[x:x:x:x::x]:9093/ I just get a blank page. So yes, it could well be a problem with some Javascript library being unable to parse IPv6 literals. Incidentally, prometheus itself doesn't have this problem; http://[x:x:x:x::x]:9090/ works just fine as far as I can see. I don't think any end-user should ever see or use an IPv6 literal, so I'd say the way to proceed is to create a DNS name with AAAA record, and use the name in the URL. Once you've confirmed that works, then you can raise a ticket on github if being able to access the alertmanager web interface via IPv6 literal is important to you. I expect this will be very low priority though, especially if it's a bug in a third-party library. -- 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/82c46122-25dd-4061-b200-7288945334ebo%40googlegroups.com.

