-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[confighttp] Use confighttp.NewDefaultClientConfig instead of manually creating struct #35457
Open
23 of 29 tasks
Comments
1 task
Removing |
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 1, 2024
…y creating struct This PR makes usage of NewDefaultClientConfig instead of manually creating the confighttp.ClientConfig struct. Issue: open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 1, 2024
…ally creating struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 1, 2024
…eating struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 1, 2024
…ting struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 1, 2024
…ng struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 2, 2024
…ly creating struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 2, 2024
…nstead of manually creating struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 2, 2024
…ually creating struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 2, 2024
…nually creating struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
mackjmr
added a commit
to mackjmr/opentelemetry-collector-contrib
that referenced
this issue
Oct 2, 2024
…nually creating struct **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
djaglowski
pushed a commit
that referenced
this issue
Oct 9, 2024
…f manual initialization (#35509) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Similar to #35452 but for the `elasticsearch` receiver. **Link to tracking Issue:** <Issue number if applicable> #35457 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.>
Eromosele-SM
pushed a commit
to sematext/opentelemetry-collector-contrib
that referenced
this issue
Oct 9, 2024
…ly creating struct (open-telemetry#35541) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Eromosele-SM
pushed a commit
to sematext/opentelemetry-collector-contrib
that referenced
this issue
Oct 9, 2024
…d of manually creating struct (open-telemetry#35586) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Eromosele-SM
pushed a commit
to sematext/opentelemetry-collector-contrib
that referenced
this issue
Oct 9, 2024
…ad of manually creating struct (open-telemetry#35616) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Eromosele-SM
pushed a commit
to sematext/opentelemetry-collector-contrib
that referenced
this issue
Oct 9, 2024
… instead of manually creating struct (open-telemetry#35612) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Eromosele-SM
pushed a commit
to sematext/opentelemetry-collector-contrib
that referenced
this issue
Oct 9, 2024
…ead of manually creating struct (open-telemetry#35613) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Eromosele-SM
pushed a commit
to sematext/opentelemetry-collector-contrib
that referenced
this issue
Oct 9, 2024
…nually creating struct (open-telemetry#35547) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
djaglowski
pushed a commit
that referenced
this issue
Oct 9, 2024
…ing struct (#35452) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Similar to open-telemetry/opentelemetry-collector#11273. This PR makes usage of the `NewDefaultClientConfig` instead of manually creating the `confighttp.ClientConfig` struct as part of #35457. **Link to tracking Issue:** <Issue number if applicable> #35457 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> --------- Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
jmichalek132
pushed a commit
to jmichalek132/opentelemetry-collector-contrib
that referenced
this issue
Oct 10, 2024
… instead of manually creating struct (open-telemetry#35615) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
jmichalek132
pushed a commit
to jmichalek132/opentelemetry-collector-contrib
that referenced
this issue
Oct 10, 2024
…f manual initialization (open-telemetry#35509) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Similar to open-telemetry#35452 but for the `elasticsearch` receiver. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#35457 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.>
jmichalek132
pushed a commit
to jmichalek132/opentelemetry-collector-contrib
that referenced
this issue
Oct 10, 2024
…ad of manually creating struct (open-telemetry#35576) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
jmichalek132
pushed a commit
to jmichalek132/opentelemetry-collector-contrib
that referenced
this issue
Oct 10, 2024
…ad of manually creating struct (open-telemetry#35614) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
jmichalek132
pushed a commit
to jmichalek132/opentelemetry-collector-contrib
that referenced
this issue
Oct 10, 2024
…nstead of manually creating struct (open-telemetry#35542) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
jmichalek132
pushed a commit
to jmichalek132/opentelemetry-collector-contrib
that referenced
this issue
Oct 10, 2024
…lly creating struct (open-telemetry#35524) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
jmichalek132
pushed a commit
to jmichalek132/opentelemetry-collector-contrib
that referenced
this issue
Oct 10, 2024
…ing struct (open-telemetry#35452) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Similar to open-telemetry/opentelemetry-collector#11273. This PR makes usage of the `NewDefaultClientConfig` instead of manually creating the `confighttp.ClientConfig` struct as part of open-telemetry#35457. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#35457 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> --------- Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
jpbarto
pushed a commit
to jpbarto/opentelemetry-collector-contrib
that referenced
this issue
Oct 29, 2024
…manually creating struct (open-telemetry#35578) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
zzhlogin
pushed a commit
to zzhlogin/opentelemetry-collector-contrib-aws
that referenced
this issue
Nov 12, 2024
…nually creating struct (open-telemetry#35545) **Description:** This PR makes usage of `NewDefaultClientConfig` instead of manually creating the confighttp.ClientConfig struct. **Link to tracking Issue:** open-telemetry#35457
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
No response
Describe the issue you're reporting
Related to second point in: open-telemetry/opentelemetry-collector#9478 (comment).
Move away from manually creating
confighttp.ClientConfig
in favor of usingconfighttp.NewDefaultClientConfig
.This is necessary for the following components:
This will be done following conditions:
NewDefaultClientConfig
For the third point, I am unsure of which approach to follow. An example is the
otlphttpexporter
(#11273), where previouslyMaxIdleConns
,MaxIdleConnsPerHost
,MaxConnsPerHost
andIdleConnTimeout
were unset (equivalent ofnil
), which is different than the default which has values.Core collector issue: open-telemetry/opentelemetry-collector#11274
The text was updated successfully, but these errors were encountered: