-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide better output on broken probes (#27)
* Provide better output on broken probes Right now the probe will just crash and exit if the probe module returns an invalid value. With many probes this can make it difficult to find and correct misbehaving probes. Instead of crashing, log a warning with the probe name and the invalid value so the probe can be corrected * Use a function that exists on all supported versions * Increase assert_receive tolerance
- Loading branch information
1 parent
6162bd3
commit 5bad8ee
Showing
2 changed files
with
8 additions
and
5 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