You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2017/09/16 19:51:01 UTC

flink git commit: [FLINK-7625] [docs] Fix metric name

Repository: flink
Updated Branches:
  refs/heads/release-1.3 7d99fd438 -> 73c3284ff


[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/73c3284f
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/73c3284f
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/73c3284f

Branch: refs/heads/release-1.3
Commit: 73c3284ff848aabb44edad2f299bb6971ce1f595
Parents: 7d99fd4
Author: yew1eb <ye...@gmail.com>
Authored: Fri Sep 15 14:10:09 2017 +0800
Committer: Greg Hogan <co...@greghogan.com>
Committed: Sat Sep 16 15:50:20 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/flink/blob/73c3284f/docs/monitoring/metrics.md
----------------------------------------------------------------------
diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md
index 8b2f26d..9d863d4 100644
--- a/docs/monitoring/metrics.md
+++ b/docs/monitoring/metrics.md
@@ -524,7 +524,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>