pvillard31 commented on PR #10858:
URL: https://github.com/apache/nifi/pull/10858#issuecomment-3855690890
Non heap usage is already included although it uses a naming that is not
super obvious: `JVM_HEAP_NON_USAGE`
```java
jvmMetricsRegistry.setDataPoint(jvmMetrics.nonHeapUsage(),
"JVM_HEAP_NON_USAGE", instanceId);
```
For `non_heap_committed`, I thought it'd be useful. I guess I could add
`heap_committed` which is already available if we want symmetry. Thoughts
@exceptionfactory ? I'm also fine removing it.
--
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]