Skip to content

Commit

Permalink
[hotfix][docs] Update currentInputNWatermark metrics docs including N…
Browse files Browse the repository at this point in the history
…-ary operator
  • Loading branch information
pnowojski committed Jul 30, 2020
1 parent 73a3111 commit bb66409
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
16 changes: 4 additions & 12 deletions docs/monitoring/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1471,19 +1471,11 @@ Certain RocksDB native metrics are available but disabled by default, you can fi
<td>Gauge</td>
</tr>
<tr>
<th rowspan="4"><strong>Operator</strong></th>
<td>currentInput1Watermark</td>
<th rowspan="3"><strong>Operator</strong></th>
<td>currentInput<strong>N</strong>Watermark</td>
<td>
The last watermark this operator has received in its first input (in milliseconds).
<p><strong>Note:</strong> Only for operators with 2 inputs.</p>
</td>
<td>Gauge</td>
</tr>
<tr>
<td>currentInput2Watermark</td>
<td>
The last watermark this operator has received in its second input (in milliseconds).
<p><strong>Note:</strong> Only for operators with 2 inputs.</p>
The last watermark this operator has received in its <strong>N'th</strong> input (in milliseconds), with index <strong>N</strong> starting from 1. For example currentInput<strong>1</strong>Watermark, currentInput<strong>2</strong>Watermark, ...
<p><strong>Note:</strong> Only for operators with 2 or more inputs.</p>
</td>
<td>Gauge</td>
</tr>
Expand Down
16 changes: 4 additions & 12 deletions docs/monitoring/metrics.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -1470,19 +1470,11 @@ Certain RocksDB native metrics are available but disabled by default, you can fi
<td>Gauge</td>
</tr>
<tr>
<th rowspan="4"><strong>Operator</strong></th>
<td>currentInput1Watermark</td>
<th rowspan="3"><strong>Operator</strong></th>
<td>currentInput<strong>N</strong>Watermark</td>
<td>
The last watermark this operator has received in its first input (in milliseconds).
<p><strong>Note:</strong> Only for operators with 2 inputs.</p>
</td>
<td>Gauge</td>
</tr>
<tr>
<td>currentInput2Watermark</td>
<td>
The last watermark this operator has received in its second input (in milliseconds).
<p><strong>Note:</strong> Only for operators with 2 inputs.</p>
The last watermark this operator has received in its <strong>N'th</strong> input (in milliseconds), with index <strong>N</strong> starting from 1. For example currentInput<strong>1</strong>Watermark, currentInput<strong>2</strong>Watermark, ...
<p><strong>Note:</strong> Only for operators with 2 or more inputs.</p>
</td>
<td>Gauge</td>
</tr>
Expand Down

0 comments on commit bb66409

Please sign in to comment.