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.