You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using an FQDN as the target in my server group. When I run nslookup, it returns both IPv4 and IPv6 addresses.
With curl, I can successfully fetch data from the Prometheus server group. However, Promxy always tries to connect using IPv6 first and doesn't switch to IPv4 if IPv6 is unreachable.
Is there any code change or configuration that can force my application to use only IPv4?
I am running the application in Kubernetes and the base os is alpine:3.18.10