Guido García
Guido García
@psreekrishnan sorry for the late reply. I've not touched that code in months, but here is the mapping between vars and librdkafka properties https://github.com/Telefonica/prometheus-kafka-adapter/blob/8d4d51dce302bb36605e0d8df2ce41d21c779ac2/main.go#L33= KAFKA_BATCH_NUM_MESSAGES is mapped to "batch.num.messages", not...
I mean a tag "latest", always pointing to the latest stable release (currently 1.6.0). Automating this somehow, as part of the [CI pipeline](https://github.com/Telefonica/prometheus-kafka-adapter/blob/master/.travis.yml) would be cool, too.
Hi @AitZaid, thanks for your feedback. I'm not sure I understand your setup. Can you confirm that your prometheus-kafka-adapter runs in a Kubernetes cluster and Prometheus runs in a server...
Hi @golangav, thanks for opening this issue. What do you recommend us to do when the queue is full?
@sousadax12 did you change anything? I wasn't aware the image at dockerhub was not ok. Can you confirm whether you just run docker build using the official Dockerfile at https://github.com/Telefonica/prometheus-kafka-adapter/blob/master/Dockerfile?
@DasDepp I'm not sure I understand your proposal. Could you please elaborate? Thx.
Thanks, @johntdyer. We use kafka-connect as a consumer to dump the data from Kafkka to S3 and be able to do some analytics. We only implemented the remote write because...
Hi @rajasreesekar, you are right, `MATCH` is not even documented in the main https://github.com/Telefonica/prometheus-kafka-adapter/blob/master/README.md. Do you feel like contributing that change? I personally won't have the time to do it...
Thanks Mike. I can elaborate on one the use case I have in mind, just in case it helps. I have a deployment labelled with app=myapp. It needs to run...
Thanks Jan, Mike. I tried to implement it, see https://github.com/kubernetes-sigs/descheduler/compare/master...palmerabollo:label-filter?expand=1 but I'm not able to make the two new unit tests work. I think I should add something here https://github.com/kubernetes-sigs/descheduler/compare/master...palmerabollo:label-filter?expand=1#diff-9589460dd68cfcc1a2a9ff1065a3d60852c6131d1489035bfdac10b8511e2ca0R96...