This is an automated email from the ASF dual-hosted git repository. nkruber pushed a commit to branch release-1.8 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 6bf84fa7b1172bc9bbd5d7637d8dbb1a79b1da9a 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 7c8d8e1..ab69476 100644 --- a/docs/monitoring/metrics.md +++ b/docs/monitoring/metrics.md @@ -1643,7 +1643,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`.
