You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/11/07 10:45:54 UTC

flink git commit: [hotfix][metrics][docs] Add type for numLateRecordsDropped metric

Repository: flink
Updated Branches:
  refs/heads/master 850d782c0 -> a78286a63


[hotfix][metrics][docs] Add type for numLateRecordsDropped metric

This closes #4964.


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

Branch: refs/heads/master
Commit: a78286a63a7afa92533473df7318e1123f7bcad3
Parents: 850d782
Author: yew1eb <ye...@gmail.com>
Authored: Tue Nov 7 09:06:45 2017 +0800
Committer: zentol <ch...@apache.org>
Committed: Tue Nov 7 11:45:23 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/a78286a6/docs/monitoring/metrics.md
----------------------------------------------------------------------
diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md
index bb15cec..4c423be 100644
--- a/docs/monitoring/metrics.md
+++ b/docs/monitoring/metrics.md
@@ -999,6 +999,7 @@ Thus, in order to infer the metric identifier:
     <tr>
       <td>numLateRecordsDropped</td>
       <td>The number of records this operator/task has dropped due to arriving late.</td>
+      <td>Counter</td>
     </tr>
     <tr>
       <th rowspan="2"><strong>Operator</strong></th>