From 5af151f8b42655e25c5cceb2b58b2371a5ab9927 Mon Sep 17 00:00:00 2001 From: Arvid Heise Date: Tue, 31 Aug 2021 22:42:32 +0200 Subject: [PATCH] [hotfix][docs] Remove general operator task/operator metrics in Kafka Sink docs. --- .../docs/connectors/datastream/kafka.md | 27 +------------------ 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/docs/content/docs/connectors/datastream/kafka.md b/docs/content/docs/connectors/datastream/kafka.md index d49303ab460c9..22bfa057161a7 100644 --- a/docs/content/docs/connectors/datastream/kafka.md +++ b/docs/content/docs/connectors/datastream/kafka.md @@ -437,32 +437,7 @@ Kafka sink exposes the following metrics in the respective [scope]({{< ref "docs - Task - numBytesOut - n/a - The total number of output bytes since the sink started. - Counter - - - numBytesOutPerSecond - n/a - The output bytes per second. - Meter - - - Operator - numRecordsOut - n/a - The total number of output records since the sink started. - Counter - - - numRecordsOutPerSecond - n/a - The output records per seconds. - Meter - - + Operator currentSendTime n/a The time it takes to send the last record. This metric is an instantaneous value recorded for the last processed record.