diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbca56..ae3911e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.24 (next release) + +- Failing HTTP requests are shown yellow instead of red + ## v1.0.23 - Location selection for http checks (can be enabled via STEADYBIT_EXTENSION_ENABLE_LOCATION_SELECTION env var, requires platform => 2.1.27) diff --git a/exthttpcheck/common.go b/exthttpcheck/common.go index 36d7ab4..b4f9821 100644 --- a/exthttpcheck/common.go +++ b/exthttpcheck/common.go @@ -252,7 +252,7 @@ var ( }, { Title: "Failure", - Color: "danger", + Color: "warn", Matcher: action_kit_api.LineChartWidgetGroupMatcherNotEmpty{ Type: action_kit_api.ComSteadybitWidgetLineChartGroupMatcherNotEmpty, Key: "error",