Add die on error option

This commit is contained in:
lowlighter
2020-10-26 19:45:59 +01:00
parent 765a17ad97
commit 987f995fd2
6 changed files with 51 additions and 21 deletions

View File

@@ -172,4 +172,10 @@ inputs:
# Be sure to put all secrets in your repository secrets before to avoid any leaks !
debug:
description: Enable debug logs
default: no
# When enabled, any plugins errors will throw
# By default, it will still generates metrics but renders an error message
plugins_errors_fatal:
description: Die on plugins errors
default: no