From 93e95312e63db9d0955fd4c75b9e9df3b004eb78 Mon Sep 17 00:00:00 2001 From: zentol Date: Wed, 14 Feb 2018 12:45:17 +0100 Subject: [PATCH] [FLINK-8593][metrics] Update latency metric docs --- docs/monitoring/metrics.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/monitoring/metrics.md b/docs/monitoring/metrics.md index 62adeb184a543..1e70dd725029f 100644 --- a/docs/monitoring/metrics.md +++ b/docs/monitoring/metrics.md @@ -1189,6 +1189,12 @@ Thus, in order to infer the metric identifier: + + Job (only available on TaskManager) + <source_id>.<source_subtask_index>.<operator_id>.<operator_subtask_index>.latency + The latency distributions from a given source subtask to an operator subtask (in milliseconds). + Histogram + Task numBytesInLocal @@ -1247,7 +1253,7 @@ Thus, in order to infer the metric identifier: Counter - Operator + Operator currentInputWatermark The last watermark this operator has received (in milliseconds). @@ -1278,11 +1284,6 @@ Thus, in order to infer the metric identifier: Gauge - - latency - The latency distributions from all incoming sources (in milliseconds). - Histogram - numSplitsProcessed The total number of InputSplits this data source has processed (if the operator is a data source).