Skip to content

Commit

Permalink
[hotfix][docs] Remove general operator task/operator metrics in Kafka…
Browse files Browse the repository at this point in the history
… Sink docs.
  • Loading branch information
Arvid Heise authored and AHeise committed Sep 1, 2021
1 parent c42ed7e commit 5af151f
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions docs/content/docs/connectors/datastream/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,32 +437,7 @@ Kafka sink exposes the following metrics in the respective [scope]({{< ref "docs
</thead>
<tbody>
<tr>
<th rowspan="2">Task</th>
<td>numBytesOut</td>
<td>n/a</td>
<td>The total number of output bytes since the sink started.</td>
<td>Counter</td>
</tr>
<tr>
<td>numBytesOutPerSecond</td>
<td>n/a</td>
<td>The output bytes per second.</td>
<td>Meter</td>
</tr>
<tr>
<th rowspan="3">Operator</th>
<td>numRecordsOut</td>
<td>n/a</td>
<td>The total number of output records since the sink started.</td>
<td>Counter</td>
</tr>
<tr>
<td>numRecordsOutPerSecond</td>
<td>n/a</td>
<td>The output records per seconds.</td>
<td>Meter</td>
</tr>
<tr>
<th rowspan="1">Operator</th>
<td>currentSendTime</td>
<td>n/a</td>
<td>The time it takes to send the last record. This metric is an instantaneous value recorded for the last processed record.</td>
Expand Down

0 comments on commit 5af151f

Please sign in to comment.