-
Notifications
You must be signed in to change notification settings - Fork 49
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
Doesn't seem to work with 0.10.1.0 #19
Comments
Before you upgrade, which Kafka version did you run? |
I was running 10.0.0 and it was working, I actually messed with the settings a bit and it started working this morning, not sure exactly what it was that I did that made it work though. |
to get this working for 0.10.1.0 the only change I needed to make was to re-compile the shadow jar with the kafka 0.10.1.0 dependency rather than the older version listed in build.gradle. No other config changes necessary for simple connection with statsd. |
Hi there.
My config is pretty simple:
Tried to build statsd-metrics2 from source, also tried to set proper kafka verison in build.gradle, but still no effect. |
Ok. finally server started well with locally compiled jar and with old reporter
but there are no any counters in statsd and no string "Kafka Statsd metrics reporter is enabled" in server log. |
Changing the dependency line on build.gradle to
And using
in server.properties seems to have worked for our 0.10.1.0 instance of kafka, however I do see lots and lots of errors on the statsd log. |
Using kafka-statsd-metrics2 0.52 or 0.53 and kafka 0.10.1.0, I was getting an
After restarting the kafka service I saw metrics appearing in statsd. I didn't see any errors appearing in the statsd or kafka logs. |
I have successfully been running this for a long time but during my last upgrade to 10.1.0 it seems to have stopped working - I'm no longer getting any correct stats sent to my statsd server, is there an incompatibility or is theconfiguration different?
The text was updated successfully, but these errors were encountered: