-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add MaxConcurrentRequests configuration per output in order to limit the number of requests/connections. * Refactor HTTP auth headers handling, eliminate mutex on that code path. * Extract common configuration for http, refactor NewClient to avoid adding one more parameter. * Refactor default configuration definition in order to avoid typos with repetitive Output name prefix and avoid repetitive use of defaults Signed-off-by: Aleksandr Maus <aleksandr.maus@elastic.co>
- Loading branch information
Showing
28 changed files
with
710 additions
and
707 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
Oops, something went wrong.