From d73f5319ca08850ec2724d03425b74dfe41e2bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:16:58 +0000 Subject: [PATCH] disk_metric bug was a PEBKAC --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0287936..0ff1e92 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,8 @@ "request": "launch", "module": "kiwi_simple_metrics.main", "env": { - "METRIC_DISK__THRESHOLD": "85", // workaround! + "METRIC_DISK__THRESHOLD": "15", // workaround! + "METRIC_DISK__INVERTED": "True", // workaround! "METRIC_DISK__PATHS": "[\"/var\", \"/\", \"/dev\"]", }, "justMyCode": true