mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-11-24 16:33:01 +00:00
disk_metric bug was a PEBKAC
This commit is contained in:
parent
8eb47e200d
commit
d73f5319ca
1 changed files with 2 additions and 1 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue