-
Notifications
You must be signed in to change notification settings - Fork 36
Perfomance monitoring #2
Comments
The plugin you have recommended is supposed to work with kafka 0.8.x and 0.9.x versions but we are using 0.10.0 version now. Maybe this would be usable with a few changes. |
I tried the plugin above but couldn't figure out the proper installation with gradlew. So Tom recommended this since it can be easily done with maven. I configured kafka and logstash but no metrics were received by elasticsearch. I don't know where the problem yet ,if no data are sent or just loggstash isn't receiving them. |
Managed to make it work, ELK stack is now receiving most of the kafka metrics but not all of them as pointed in issue to the plugin. |
Manager to configure reporter to send server metrics, but i wasn't abe to exclude any of them so far. |
I figured out the including/excluding of metrics so now I need you to specify what exactly should be monitored so i could exclude unnecessary metrics. |
I tried both of stated plugins but both of them have their pros/cons . The https://github.com/apakulov/kafka-graphite one reports all metrics can be filtered in a minimal way, on the other hand the https://github.com/damienclaveau/kafka-graphite one can be filtered easily in much bigger scale but doesn't report all of the metrics, some of which are neccessary for us i.e. BytesInPerSecond, BytesOutPerSecond. So I decided to use the first plugin reporting all of the metrics and try to filter them in logstash (with no success so far). Also i need wanted metrics to be specified, so i know what exclude and focus on that rather than blindly excluding random things, just to figure out how it could be done. |
Few days ago the plugin that was intended to be used got na update to support kafka version 0.10.X, after the update I'm now not able to build the plugin. I have tried to build it on my computer, on liber-root server and on producer but with no success. Can someone please try building the plugin on their device so i could know if the problem is on my side or it is the plugin. All my atempts ended with errors like |
@xdanos - could you please look into the compilation issue above? - you're expert in java, scala... Thx. |
I'll look into it today. |
Add the following line: IF it works, file an Issue in the Github project of the plugin |
Your advice fixed the problem with building the .jar file, however the code still doesn't work, due to exceptions thrown by the plugin when trying to start kafka. The exception is the same |
It is a dependency problem: |
Currently outdated. Closing the issue. |
Integrate tools for Stream4Flow performance monitoring.
Use test example on kafka:
monitoring-*
The text was updated successfully, but these errors were encountered: