XComp commented on a change in pull request #13547:
URL: https://github.com/apache/flink/pull/13547#discussion_r505390332
##########
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:
Good catch! I fell into the trap of mixing up metric names (`Total` vs
`Max`). I guess, I'm going to discuss this matter with @zentol before fixing
the docs.
----------------------------------------------------------------
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]