GitHub user yew1eb opened a pull request:
https://github.com/apache/flink/pull/4677
[FLINK-7626] Add some checkpoints metric description in docs
I export the metrics to the logfile via
Slf4jReporter(https://issues.apache.org/jira/browse/FLINK-4831), and found that
there are some checkpoint metrics that are not described in the document, so I
added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yew1eb/flink FLINK-7626
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4677.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4677
----
commit 5bef873fb4df5f160b634216749d6f37d5cb6c6f
Author: yew1eb <[email protected]>
Date: 2017-09-15T06:51:26Z
Add some checkpoints metric description in docs
----
---