+| `ConsumerLag` |Indicate the lag between consumers and producers. The following governs the emission of consumer lag for Kafka consumers. A namespace is idle from Kafka offset commit point of view if there are no offset commits for any Kafka consumer group under the namespace. If namespace is idle for an hour, then we will stop emitting lag metrics. As long as namespace is not idle for offset commit, we will keep emitting metrics for all Kafka consumer groups under that namespace. If a namespace is non idle and the last offset commit for a consumer group predates the hub or topic's retention period, consumer lag will no longer be emitted. For AMQP consumers, consumer lag is emitted only as long as there are active receivers on the consumer group. |
0 commit comments