-
Notifications
You must be signed in to change notification settings - Fork 914
Is there any way to gather producer metrics? #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@hqin Can you provide a stats sample for our friend? |
Do producer metrics exist yet? If so, in what version? I'd like to latency from when the message is queued to when it's sent. As well as the number of successful (and failed) messages. |
Thanks @edenhill, do you mind clarifying what version the callback function is supported on? This is the error I'm getting using v0.92 confluent-kafka-python and v0.91 librdkafka.
Code
|
You need to upgrade to confluent-kafka-python v0.9.4 |
I dont see stats_cb being exposed. Are there any plans/works to expose stats_cb so that we can consume metrics? Also possible to see a sample(types of metrics) of these metrics exposed?
The text was updated successfully, but these errors were encountered: