Adjust to new logging and filter options

This commit is contained in:
Michael Zanetti 2021-01-04 19:34:24 +01:00
parent cdff51655f
commit 63dc6fc831
2 changed files with 10 additions and 5 deletions

View File

@ -24,7 +24,8 @@
"unit": "Percentage", "unit": "Percentage",
"defaultValue": 0, "defaultValue": 0,
"minValue": 0, "minValue": 0,
"maxValue": 100 "maxValue": 100,
"logged": true
}, },
{ {
"id": "efe2d520-3b35-4668-b6f5-db3df0c8bf0d", "id": "efe2d520-3b35-4668-b6f5-db3df0c8bf0d",
@ -35,7 +36,8 @@
"unit": "Percentage", "unit": "Percentage",
"defaultValue": 0, "defaultValue": 0,
"minValue": 0, "minValue": 0,
"maxValue": 100 "maxValue": 100,
"logged": true
}, },
{ {
"id": "d9671ee3-51be-4cf8-8601-125c0684aec9", "id": "d9671ee3-51be-4cf8-8601-125c0684aec9",
@ -44,7 +46,8 @@
"displayNameEvent": "RSS memory usage changed", "displayNameEvent": "RSS memory usage changed",
"type": "int", "type": "int",
"unit": "KiloByte", "unit": "KiloByte",
"defaultValue": 0 "defaultValue": 0,
"logged": true
}, },
{ {
"id": "6d71b001-c7fe-4f08-941d-47009b710d94", "id": "6d71b001-c7fe-4f08-941d-47009b710d94",
@ -53,7 +56,8 @@
"displayNameEvent": "virtual memory usage changed", "displayNameEvent": "virtual memory usage changed",
"type": "int", "type": "int",
"unit": "KiloByte", "unit": "KiloByte",
"defaultValue": 0 "defaultValue": 0,
"logged": true
} }
] ]
} }

View File

@ -120,7 +120,8 @@
"displayNameEvent": "Current power consumption changed", "displayNameEvent": "Current power consumption changed",
"type": "double", "type": "double",
"unit": "Watt", "unit": "Watt",
"defaultValue": 0 "defaultValue": 0,
"filter": "adaptive"
} }
] ]
}, },