We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798a31c commit c3bc33eCopy full SHA for c3bc33e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.24 (next release)
4
+
5
+- Failing HTTP requests are shown yellow instead of red
6
7
## v1.0.23
8
9
- Location selection for http checks (can be enabled via STEADYBIT_EXTENSION_ENABLE_LOCATION_SELECTION env var, requires platform => 2.1.27)
exthttpcheck/common.go
@@ -252,7 +252,7 @@ var (
252
},
253
{
254
Title: "Failure",
255
- Color: "danger",
+ Color: "warn",
256
Matcher: action_kit_api.LineChartWidgetGroupMatcherNotEmpty{
257
Type: action_kit_api.ComSteadybitWidgetLineChartGroupMatcherNotEmpty,
258
Key: "error",
0 commit comments