[hotfix][docs][metrics] Fix Threads.Count metric reference

This closes #5213.


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

Branch: refs/heads/master
Commit: a31e8a305cbff9102dcafda7849a379af081e742
Parents: 7b96d10
Author: yew1eb <[email protected]>
Authored: Fri Dec 29 01:15:40 2017 +0800
Committer: zentol <[email protected]>
Committed: Mon Jan 8 18:47:09 2018 +0100

----------------------------------------------------------------------
 docs/monitoring/metrics.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/a31e8a30/docs/monitoring/metrics.md
----------------------------------------------------------------------
diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md
index eac73f7..a820821 100644
--- a/docs/monitoring/metrics.md
+++ b/docs/monitoring/metrics.md
@@ -903,8 +903,8 @@ Thus, in order to infer the metric identifier:
   <tbody>
     <tr>
       <th rowspan="1"><strong>Job-/TaskManager</strong></th>
-      <td rowspan="1">Status.JVM.ClassLoader</td>
-      <td>Threads.Count</td>
+      <td rowspan="1">Status.JVM.Threads</td>
+      <td>Count</td>
       <td>The total number of live threads.</td>
       <td>Gauge</td>
     </tr>

Reply via email to