Add dry-run option

This commit is contained in:
lowlighter
2020-10-26 21:15:46 +01:00
parent b805b8708e
commit 40b3f97cde
3 changed files with 14 additions and 2 deletions

View File

@@ -174,6 +174,12 @@ inputs:
description: Enable debug logs
default: no
# Enable dry-run mode
# Generate image but does not push it (used for testing)
dryrun:
description: Enable dry-run
default: no
# When enabled, any plugins errors will throw
# By default, it will still generates metrics but renders an error message
plugins_errors_fatal: