zentol commented on a change in pull request #13547:
URL: https://github.com/apache/flink/pull/13547#discussion_r508376820
##########
File path: docs/monitoring/metrics.md
##########
@@ -919,7 +919,18 @@ Thus, in order to infer the metric identifier:
<td>Mapped.TotalCapacity</td>
<td>The number of buffers in the mapped buffer pool (in bytes).</td>
<td>Gauge</td>
- </tr>
+ </tr>
+ <tr>
+ <td rowspan="2">Status.ManagedMemory</td>
Review comment:
My thinking (particularly in light of different memory models between
JVM/Flink, that are ideally both exposed) was to separate them like this:
```
Status.JVM.Memory(.Heap/.Off-Heap)
Status.Flink.Memory(.Managed/...)
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]