adamdebreceni commented on code in PR #1152: URL: https://github.com/apache/nifi-minifi-cpp/pull/1152#discussion_r847138134
########## PROCESSORS.md: ########## @@ -1235,7 +1236,8 @@ In the list below, the names of required properties appear in bold. Any other pr |Predefined Groups||CPU<br>IO<br>Disk<br>Network<br>Memory<br>System<br>Process|Comma separated list from the allowable values, to monitor multiple common Windows Performance counters related to these groups. (e.g. "CPU,Network")| |Custom PDH Counters|||Comma separated list of Windows Performance Counters to monitor. (e.g. "\\System\\Threads,\\Process(*)\\ID Process")| |**Output Format**|JSON|JSON<br>OpenTelemetry|The output format of the new flowfile| -|Round to decimal places|3|integers|The number of decimal places to round the values to (blank for no rounding)| +|**OutputCompactness**|Pretty|Pretty<br>Compact|The output format of the new flowfile| Review Comment: missing space in the property name? -- 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]
