Releases: cmaster11/overseer
Min test error duration and test label
- Overseer now supports some new test options:
-
min-duration
: when defined, an alert will NOT be triggered until the test error is repeated for AT LEASTmin-duration
time.Example:
https://google.com must run http with min-duration 1m
will not generate alerts until the same test fails for more than a minute. -
test-label
: when defined, offers more flexibility to test result messages, where the fieldtestLabel
is now passed as it is.
This option is useful to have "clean" test result messages, where the test label can be shown instead of the original test input.Example:
https://google.com must run http with test-label "Google test"
-
New period-test runtime vars
-
Overseer now supports two new runtime period-test variables for HTTP test:
__pt-index__
: current period test index__pt-time-ms__
: current period test start time
Example:
https://google.com?testIdx=__pt-index__ must run http with connect-timeout 2.5s with connect-retries 2 with pt-duration 1m with pt-sleep 1s with pt-threshold 0%
Sort targets when using `max-targets`
Sort targets alphabetically when using max-targets
, which increases the chance of pointing to the same target on subsequent runs.
`max-targets` and `follow-redirect`
- HTTP test has new option:
follow-redirect true|(\d+)
: allows following HTTP redirects.follow-redirect true
: allows max 10 redirectsfollow-redirect 25
: allows max 25 (or any other used number) redirects
- All tests which resolve hostnames have a new option:
max-targets 2
: forces the test to run against only the first 2 (or any other number) found targets of the hostname, instead of all of them.
Error rules for `k8s-event-watcher`
1.12.8 Error rules for k8s-event-watcher
`connect-retries` and new `k8s-event-watcher` version
1.12.7 updated k8s-event-watcher dependency to prevent config issues
Added more HTTP timeouts
multiple timeouts (#11) multiple timeouts
Improved error messages for period-test
1.12.4 better message 2.0
Improved error messages for period-test
1.12.3 fix
More details for period-tests and no default deduplication
Fix period test dedup and details (#10) Fix period test dedup and details