Lehel44 commented on a change in pull request #5195:
URL: https://github.com/apache/nifi/pull/5195#discussion_r687072105
##########
File path:
nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java
##########
@@ -303,6 +303,18 @@
public static final String MONITOR_LONG_RUNNING_TASK_SCHEDULE =
"nifi.monitor.long.running.task.schedule";
public static final String MONITOR_LONG_RUNNING_TASK_THRESHOLD =
"nifi.monitor.long.running.task.threshold";
+ // automatic diagnostic properties
+ public static final String AUTOMATIC_DIAGNOSTIC_ALLOWED =
"nifi.auto.diag.allowed";
+ public static final String AUTOMATIC_DIAGNOSTIC_VERBOSE =
"nifi.auto.diag.verbose";
+ public static final String AUTOMATIC_DIAGNOSTIC_DIRECTORY =
"nifi.auto.diag.dir";
+ public static final String AUTOMATIC_DIAGNOSTIC_MAX_FILE_COUNT =
"nifi.auto.diag.filecount.max";
+ public static final String AUTOMATIC_DIAGNOSTIC_MAX_DIR_SIZE_IN_BYTES =
"nifi.auto.diag.dir.size.max.byte";
Review comment:
Thanks for the tip.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]