[FLINK-7625] [docs] Fix metric name

This closes #4676


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/31e7bf3a
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/31e7bf3a
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/31e7bf3a

Branch: refs/heads/master
Commit: 31e7bf3a385333cc7c05b7ab4409e04c2c554ae7
Parents: 94bc2c0
Author: yew1eb <yew...@gmail.com>
Authored: Fri Sep 15 14:10:09 2017 +0800
Committer: Greg Hogan <c...@greghogan.com>
Committed: Fri Sep 15 16:41:29 2017 -0400

----------------------------------------------------------------------
 docs/monitoring/metrics.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/31e7bf3a/docs/monitoring/metrics.md
----------------------------------------------------------------------
diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md
index b71f4cf..c481c2a 100644
--- a/docs/monitoring/metrics.md
+++ b/docs/monitoring/metrics.md
@@ -553,7 +553,7 @@ Thus, in order to infer the metric identifier:
     <tr>                                                           
       <th rowspan="12"><strong>Job-/TaskManager</strong></th>
       <td rowspan="12">Status.JVM.Memory</td>
-      <td>Memory.Heap.Used</td>
+      <td>Heap.Used</td>
       <td>The amount of heap memory currently used.</td>
     </tr>
     <tr>

Reply via email to