processProviderConfig's HTTP transport sets net.Dialer{DualStack: true}. DualStack has been deprecated since Go 1.12 - Fast Fallback (RFC 6555 Happy Eyeballs) is enabled by default and this field is now a no-op. Currently suppressed with //nolint:staticcheck.
Same situation as the signalfxexporter dimension client (see #50430) - fix should just be removing the field.
processProviderConfig's HTTP transport setsnet.Dialer{DualStack: true}.DualStackhas been deprecated since Go 1.12 - Fast Fallback (RFC 6555 Happy Eyeballs) is enabled by default and this field is now a no-op. Currently suppressed with//nolint:staticcheck.Same situation as the signalfxexporter dimension client (see #50430) - fix should just be removing the field.