XComp commented on a change in pull request #13547:
URL: https://github.com/apache/flink/pull/13547#discussion_r508455414
##########
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>
+ <td>Used</td>
+ <td>The amount of managed memory currently used.</td>
+ <td>Gauge</td>
+ </tr>
+ <tr>
+ <td>Total</td>
+ <td>The total amount of managed memory.</td>
+ <td>Gauge</td>
+ </tr>
Review comment:
The docs have been updated as the metric group structure was changed. We
sticked to `Total` and `Used` as the key.
----------------------------------------------------------------
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]