Skip to content

v1.6.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 09 Mar 19:22
· 268 commits to develop since this release
1739368
Type Description Link
Improvement Adds the WithFailingHealthStateValue ErrorOption that allows the default health state value to be configured.

The ErrorHealthCheckSource would previously report an ERROR health state by default when the health status was computed, unless otherwise configured to downgrade to a REPAIRING state. Now the WithFailingHealthStateValue option can be used to configure the default health state value reported in cases where an ERROR health state is not ideal. This option only changes the default health state value and does not affect the logic to downgrade failures to a REPAIRING state.
#16