-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support prometheus as a metrics interface #442
Comments
Hi @siddarthsreeni, thank you for creating this issue. Could you please share your config? Please make sure to pass jmx address to collect metrics. |
@germanosin Thanks for the input, I am currently using Aws MSK & have enabled "Open Monitoring" Under which the port But I understand that this is "Open Monitoring" JMX port provides metrics from JMX, but it is Prometheus protocol. (Came here searching for whether Prometheus fetching had been added yet.) I was getting the following error
Please not, In my configuration I have 2 different kafka cluster specificied, out of which I'm only looking forward to monitoring one of them (which is in MSK) |
hey @siddarthsreeni, sorry for the delay, somehow this issue mired in the abyss for some time 😅 I'll investigate the problem and will get back to you. |
Turns out there's no more JMX for MSK, there was one previously but they probably disabled. We'll have to implement prometheus support for such things. |
@MaratGumarov please note that there's a branch issues/442 |
This is more of a bug on the existing minimalistic dashboard. I am connected to AWS MSK and Currently I do not see any realtime production/consumption metrics under tab General. There is no error in the logs.
The text was updated successfully, but these errors were encountered: