Telefonica / prometheus-kafka-adapter

Use Kafka as a remote storage database for Prometheus (remote write only)
Apache License 2.0
364 stars 135 forks source link

Kafka with sasl doesn't get metrics without error logs in adapter #56

Closed shayyashar closed 3 years ago

shayyashar commented 3 years ago

Hi, first of all i want to tell that this adapter is very helpful for my situation - prometheus to kafka in RT. I have a kafka in my office with "sasl" security protocol and mechanism of "scram-sha-256". With log level of debug, I can see in the container that the metrics flow through the adapter but they don't get in to kafka. I had the env vars in the deployment yaml but i don't see nothing in the kafka. One more thing, I send metric from the log as a producer directly to kafka and the consumer get the message - so there is no problem with the metric.

I didn't get erroe logs so that's why i was writing an issue for you.

Do you know about that? Wish for response @palmerabollo