-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MaxConnectionsPerHost to Agent Injector (#579)
* add MaxConnectionsPerHost to agent injector * update tests to account for MaxConnectionsPerHost * fix annotation * properly format max conns per host annotation * change bool and int parsing from strconv to parseutil * fix parseutil.ParseInt args * fix default max conns value * fix TestCouldErrorAnnotations to account for valid empty string bools * fix TestAgentJsonPatch * more TestAgentJsonPatch fixes * remove DefaultTemplateConfigMaxConnectionsPerHost * fix indentation * add changelog entry
- Loading branch information
Showing
11 changed files
with
142 additions
and
39 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
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.