Releases: palantir/witchcraft-go-health
Releases · palantir/witchcraft-go-health
v1.15.0
v1.14.0
v1.13.0
v1.12.0
v1.11.0
v1.10.0
v1.9.0
v1.8.0
v1.7.0
Type | Description | Link |
---|---|---|
Improvement | Updates witchcraft-health-api Conjure definition to 1.3.0 | #31 |
Improvement | Adds WithFailingHealthStateValue support to the KeyedErrorHealthCheckSource. The KeyedErrorHealthCheckSource would previously only report an ERROR health state by default when the health status was computed. Now the WithFailingHealthStateValue can be used for the KeyedErrorHealthCheckSource which configures the health state used when reporting a non-healthy health check result. This option doesn't affect the logic to downgrade failures to a REPAIRING state. |
#33 |
v1.6.0
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 |