Open gunli opened 6 months ago
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
Description
Versions
Configuration
Logs
logs: CLICK ME
``` ```
Additional Context
I use saram as a Kafka producer, and my service run for a long time, from our own metrics I can see sarama is working well, the belowed metrics (and tcpdump) shows that we are producing a lot of messages:
But the metrics value of kafka_request_rate_rate5 get from sarama showing that the request rate is closed to 0: kafka_request_rate_rate5{name="sink-kafka-master"} 0.0016490552150537254
The value of kafka_outgoing_byte_rate_rate5 is incorrect either:
Aboved are 2 panels showing kafka_request_rate_rate5 and kafka_outgoing_byte_rate_rate5, we can see they failed quiet often.
Belowed are my producer code, I convert the go-metrics in sarama to prometheus metrics: