Skip to content

Commit c3bc33e

Browse files
committed
chore: Failing HTTP requests are shown yellow instead of red
1 parent 798a31c commit c3bc33e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.24 (next release)
4+
5+
- Failing HTTP requests are shown yellow instead of red
6+
37
## v1.0.23
48

59
- Location selection for http checks (can be enabled via STEADYBIT_EXTENSION_ENABLE_LOCATION_SELECTION env var, requires platform => 2.1.27)

exthttpcheck/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ var (
252252
},
253253
{
254254
Title: "Failure",
255-
Color: "danger",
255+
Color: "warn",
256256
Matcher: action_kit_api.LineChartWidgetGroupMatcherNotEmpty{
257257
Type: action_kit_api.ComSteadybitWidgetLineChartGroupMatcherNotEmpty,
258258
Key: "error",

0 commit comments

Comments
 (0)