fix(dyncfg/health): correct db lookup absolute option name (#20161)
Ilya Mashchenko committed
Apr 22, 2025 at 21:19 UTC
bc86317f781aebad57d8e3d98155699f3af7a507
1 file changed
+1
-1
src/health/schema.d/health%3Aalert%3Aprototype.json
+1
-1
@@ -159,7 +159,7 @@
159
"items": {
160
"oneOf": [
161
{ "const": "unaligned", "title": "Do not shift the time-frame for visual presentation" },
162
- { "const": "abs", "title": "Make all values positive before using them" },
162
+ { "const": "absolute", "title": "Make all values positive before using them" },
163
{ "const": "null2zero", "title": "Treat gaps in the time-series as a zero value" },
164
{ "const": "match_ids", "title": "Match only dimension IDs, not Names" },
165
{ "const": "match_names", "title": "Match only dimension Names, not IDs" }