Sean Glover
Sean Glover
@guillaume-roland-cd No problem! I'll push some changes to this branch soon.
Thanks for updating the branch. It would be great to merge this soon. IIRC I was hoping to add more testing and DRY up a few more places, but that...
@idristarwala Thanks for reporting. This is interesting because we have a test that asserts topic whitelists work as expected. https://github.com/lightbend/kafka-lag-exporter/blob/v0.6.5/src/test/scala/com/lightbend/kafkalagexporter/KafkaClientSpec.scala#L134 Can you verify the symptom of the problem you're experiencing?...
Thanks for raising the issue. This would be a relatively minor contribution if it's something you're up for it, otherwise I'll need some time to get to it.
Please leave a comment if anyone is interested in picking this up.
It should be the namespace of the Kafka Lag Exporter pod.
The intention was that it would let you choose which instance of Kafka Lag Exporter to get metrics from, but it's been awhile. The Grafana dashboards don't have any testing...
I have no way of reproducing this.
Can you include the stack trace of the exception and version of Kafka Lag Exporter? Did you configure `admin-client-properties` and `consumer-properties` with the same connection info?
I'm not sure exactly what you're asking, but if you enable `DEBUG` logging you can see the raw information Kafka Lag Exporter uses before it does any calculations. https://github.com/lightbend/kafka-lag-exporter#troubleshooting However,...