Repository: flink Updated Branches: refs/heads/release-1.4 c85f15ead -> 760d1a6bb
[hotfix][docs] Add type for numLateRecordsDropped metric in docs Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/760d1a6b Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/760d1a6b Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/760d1a6b Branch: refs/heads/release-1.4 Commit: 760d1a6bb75eb9519a4b93eb3cf34ad1605621da Parents: c85f15e Author: yew1eb <[email protected]> Authored: Tue Nov 7 09:06:45 2017 +0800 Committer: zentol <[email protected]> Committed: Tue Nov 7 11:46:36 2017 +0100 ---------------------------------------------------------------------- docs/monitoring/metrics.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/760d1a6b/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>
