This is an automated email from the ASF dual-hosted git repository. nkruber pushed a commit to branch release-1.7 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 66e95b6ed88367a65a844a30864cb99c80add95b Author: Nico Kruber <[email protected]> AuthorDate: Mon Jun 17 19:55:23 2019 +0200 [hotfix][docs] fix typo --- docs/monitoring/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md index 61e2fb3..a5bb2e7 100644 --- a/docs/monitoring/metrics.md +++ b/docs/monitoring/metrics.md @@ -1613,7 +1613,7 @@ logged by `SystemResourcesMetricsInitializer` during the startup. ## Latency tracking -Flink allows to track the latency of records traveling through the system. This feature is disabled by default. +Flink allows to track the latency of records travelling through the system. This feature is disabled by default. To enable the latency tracking you must set the `latencyTrackingInterval` to a positive number in either the [Flink configuration]({{ site.baseurl }}/ops/config.html#metrics-latency-interval) or `ExecutionConfig`.
