@cryptotaxi247 / netdata-1 / commits / d9fe0b94c

use the same type for all time_group_value values (#21528)

Ilya Mashchenko committed Jan 9, 2026 at 13:40 UTC d9fe0b94c4759b1e8d5e4a19148d1a72b00420a4
1 file changed +3 -3
src/health/schema.d/health%3Aalert%3Aprototype.json
+3 -3
@@ -281,7 +281,7 @@
281 "then": {
282 "properties": {
283 "time_group_value": {
284 - "type": "integer",
284 + "type": "number",
285 "default": 1,
286 "title": "Trim %",
287 "description": ""
@@ -305,7 +305,7 @@
305 "then": {
306 "properties": {
307 "time_group_value": {
308 - "type": "integer",
308 + "type": "number",
309 "default": 1,
310 "title": "Trim %",
311 "description": ""
@@ -329,7 +329,7 @@
329 "then": {
330 "properties": {
331 "time_group_value": {
332 - "type": "integer",
332 + "type": "number",
333 "default": 95,
334 "title": "Percentage",
335 "description": ""