disk_metric bug was a PEBKAC

This commit is contained in:
Jörn-Michael Miehe 2023-08-31 10:16:58 +00:00
parent 8eb47e200d
commit d73f5319ca

3
.vscode/launch.json vendored
View file

@ -10,7 +10,8 @@
"request": "launch", "request": "launch",
"module": "kiwi_simple_metrics.main", "module": "kiwi_simple_metrics.main",
"env": { "env": {
"METRIC_DISK__THRESHOLD": "85", // workaround! "METRIC_DISK__THRESHOLD": "15", // workaround!
"METRIC_DISK__INVERTED": "True", // workaround!
"METRIC_DISK__PATHS": "[\"/var\", \"/\", \"/dev\"]", "METRIC_DISK__PATHS": "[\"/var\", \"/\", \"/dev\"]",
}, },
"justMyCode": true "justMyCode": true