diff --git a/docs/ops.html b/docs/ops.html index f0b659c01af..ef889a39235 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -833,8 +833,11 @@ We do graphing and alerting on the following metrics: - Number of messages the consumer lags behind the producer by - kafka.consumer:type=ConsumerFetcherManager,name=MaxLag,clientId=([-.\w]+) + Number of messages the consumer lags behind the producer by. Published by the consumer, not broker. + +

Old consumer: kafka.consumer:type=ConsumerFetcherManager,name=MaxLag,clientId=([-.\w]+)

+

New consumer: kafka.consumer:type=consumer-fetch-manager-metrics,client-id={client-id} Attribute: records-lag-max

+