forked from OpenTSDB/tcollector
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support option to set yaml config folder (#62)
* Bumped up number of retries * Set timeout while sending data over http/s * Thread scheduling improvements Do not starve other collectors if one collector is pushing too much data Do not sleep when there is data to be data to be read/sent * mentric printer thread should exit if the main thread exits * Added flush method to stdout/stderr streams * Added support for flushBeforeExit option so that tests wait for all data Assertions are to be applied only after all data is received * Converted flushBeforeExit option to function to make pylint happy Pylint was failing with following error even though we had hasattr check E: 41,88: Module 'collectors.etc.udp_bridge_conf' has no 'flushBeforeExit' member (no-member) * Converted flushBeforeExit option to function to make pylint happy Pylint was failing with following error even though we had hasattr check E: 41,88: Module 'collectors.etc.udp_bridge_conf' has no 'flushBeforeExit' member (no-member) * Codacy love * Support an option to set yaml config folder Allow running collectors for diff tenants (different xcollector.yml files) from same installation folder * Removed debug traceback
- Loading branch information
Showing
3 changed files
with
61 additions
and
56 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