-
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
[chore] [receiver/purefb] Use confighttp.NewDefaultClientConfig instead of manually creating struct #35646
[chore] [receiver/purefb] Use confighttp.NewDefaultClientConfig instead of manually creating struct #35646
Conversation
…ad 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
All of this looks good to me, I'd like to test with an actual Pure FlashBlade before release. I'll do that testing this week. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@chrroberts-pure were you able to run the test ? These changes shouldn't have any changes to the client, just the way we build the config. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the follow up. Tested and looks good to me @mackjmr
Thanks! @jpkrohling @evan-bradley are we good to merge ? |
…ad of manually creating struct (open-telemetry#35646)
…ad of manually creating struct (open-telemetry#35646)
Description:
This PR makes usage of
NewDefaultClientConfig
instead of manually creating the confighttp.ClientConfig struct.Link to tracking Issue: #35457