From c3bc33e79369cd7f7522db9339d6061f343a6286 Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Fri, 20 Dec 2024 16:01:12 +0100 Subject: [PATCH] chore: Failing HTTP requests are shown yellow instead of red --- CHANGELOG.md | 4 ++++ exthttpcheck/common.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",