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 e40d79bd7b4d7ba588510cb6aa74b1ce7317af4a Author: Nico Kruber <[email protected]> AuthorDate: Mon Jun 17 19:54:30 2019 +0200 [hotfix][docs] update latency metric name to cover for latency granularity --- docs/monitoring/metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md index d9c8bc2..61e2fb3 100644 --- a/docs/monitoring/metrics.md +++ b/docs/monitoring/metrics.md @@ -1193,8 +1193,8 @@ Certain RocksDB native metrics are available but disabled by default, you can fi <tbody> <tr> <th rowspan="1"><strong>Job (only available on TaskManager)</strong></th> - <td><source_id>.<source_subtask_index>.<operator_id>.<operator_subtask_index>.latency</td> - <td>The latency distributions from a given source subtask to an operator subtask (in milliseconds).</td> + <td>[<source_id>.[<source_subtask_index>.]]<operator_id>.<operator_subtask_index>.latency</td> + <td>The latency distributions from a given source (subtask) to an operator subtask (in milliseconds), depending on the [latency granularity]({{ site.baseurl }}/ops/config.html#metrics-latency-granularity).</td> <td>Histogram</td> </tr> <tr>
