We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9c3e4 commit 30dad0cCopy full SHA for 30dad0c
1 file changed
receiver/simpleprometheusreceiver/receiver_test.go
@@ -86,10 +86,6 @@ func TestGetPrometheusConfig(t *testing.T) {
86
clientConfig.Endpoint = "localhost:1234"
87
88
clientConfigJobName := confighttp.NewDefaultClientConfig()
89
- // TODO: See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/49316.
90
- clientConfigJobName.MaxIdleConns = 0
91
- clientConfigJobName.IdleConnTimeout = 0
92
- clientConfigJobName.ForceAttemptHTTP2 = false
93
clientConfigJobName.Endpoint = "localhost:1234"
94
95
tests := []struct {
0 commit comments