We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aadb9e commit b6c6bc0Copy full SHA for b6c6bc0
1 file changed
collector/requester.go
@@ -33,6 +33,7 @@ func newRequester(metrics *config.Metrics) *requester {
33
WriteTimeout: 5 * time.Second,
34
MaxConnWaitTimeout: 5 * time.Second,
35
TLSConfig: metrics.TLSClientConfig.ToTLSConfig(),
36
+ DialDualStack: true,
37
},
38
}
39
0 commit comments