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

Branch: refs/heads/release-1.4
Commit: 951d1b94d9eed37f879328bbf4ab6e748209ea0c
Parents: 2f6e001
Author: yew1eb <[email protected]>
Authored: Fri Dec 29 01:15:40 2017 +0800
Committer: zentol <[email protected]>
Committed: Mon Jan 8 20:26:12 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/951d1b94/docs/monitoring/metrics.md
----------------------------------------------------------------------
diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md
index e4a7a73..2a352cc 100644
--- a/docs/monitoring/metrics.md
+++ b/docs/monitoring/metrics.md
@@ -865,8 +865,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