All works over IPv6 for me. With blackbox_exporter, if you give DNS names for targets, you have the option whether to prefer v4 over v6, or only use v4 or only use v6, when probing an endpoint.
Is it possible to deactivate IPv4? > > > You can bind the listener so it only accepts connections on IPv6. To do that, you have to bind to a specific IPv6 address: e.g. node_exporter --web.listen-address='[2001:db8::1]:9100' Binding to [::] accepts both v4 and v6 - although I have a vague idea there's some global kernel knob (bindv6only?) to turn off dual-protocol sockets. -- 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/36b4de4f-72af-4925-bfef-14ebc0426801%40googlegroups.com.

