-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more config parameters to HTTPClientSettings to be used by multip…
…le http-based exporters (#4188) * Added `MaxIdleConns`, `MaxIdleConnsPerHost` and `IdleConnTimeout` in HTTPClientSettings * Removed unnecessary validatioins form confighttp * Added MaxConnsPerHost parameter in confighttp * Changed MaxIdleConns and IdleConnTimeout parameter type to pointer variable * Modified the test case * Updated confighttp * Fixed linting * Make all new parameter type to pointer * Add DefaultHTTPClientSettings function in confighttp
- Loading branch information
Showing
3 changed files
with
114 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters