Skip to content

Commit

Permalink
[FLINK-8593][metrics] Update latency metric docs
Browse files Browse the repository at this point in the history
This closes apache#5484.
  • Loading branch information
zentol committed Feb 26, 2018
1 parent 50aea88 commit a2d1d08
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/monitoring/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,12 @@ Thus, in order to infer the metric identifier:
</tr>
</thead>
<tbody>
<tr>
<th rowspan="1"><strong>Job (only available on TaskManager)</strong></th>
<td>&lt;source_id&gt;.&lt;source_subtask_index&gt;.&lt;operator_id&gt;.&lt;operator_subtask_index&gt;.latency</td>
<td>The latency distributions from a given source subtask to an operator subtask (in milliseconds).</td>
<td>Histogram</td>
</tr>
<tr>
<th rowspan="6"><strong>Task</strong></th>
<td>numBytesInLocal</td>
Expand Down Expand Up @@ -1247,7 +1253,7 @@ Thus, in order to infer the metric identifier:
<td>Counter</td>
</tr>
<tr>
<th rowspan="6"><strong>Operator</strong></th>
<th rowspan="5"><strong>Operator</strong></th>
<td>currentInputWatermark</td>
<td>
The last watermark this operator has received (in milliseconds).
Expand Down Expand Up @@ -1278,11 +1284,6 @@ Thus, in order to infer the metric identifier:
</td>
<td>Gauge</td>
</tr>
<tr>
<td>latency</td>
<td>The latency distributions from all incoming sources (in milliseconds).</td>
<td>Histogram</td>
</tr>
<tr>
<td>numSplitsProcessed</td>
<td>The total number of InputSplits this data source has processed (if the operator is a data source).</td>
Expand Down

0 comments on commit a2d1d08

Please sign in to comment.