linkedin / Burrow

Kafka Consumer Lag Checking
Apache License 2.0
3.72k stars 796 forks source link

No lag reported in metrics #689

Open TonyMcTony opened 3 years ago

TonyMcTony commented 3 years ago

We are using Burrow, v1.3.4 against Amazon MSK (Apache Kafka), v2.5.1. Trying to setup burrow/prometheus/grafana monitoring, we faced following issue:

On stage env

/metrics endpoint of burrow shows everything that is expected regarding our custom topics, including:

REST endpoints show the same, everything looks fine.

On live env

/metrics endpoint shows values of:

What's even more strange, REST endpoints show all as expected for all topics.

After spending a whole day on research (kafka upgrade from v2.2 to v2.5.1, restarting the Burrow, artificially creating the lag by turning off the consumer group) we've totally stuck.

Any help would be appreciated.

TonyMcTony commented 3 years ago

After enabling more producers, the lag metric appeared for every consumer.

TarasGTI commented 3 years ago

Hey Tony, Could you please share burrow config? Thanks