-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Lag in messages per follower replica is giving 404 #2873
Comments
What is the expected result? |
expected result should give us the metrics |
can someone look into this or suggest how can I fetchlag metrics for Consumer w.r.to client and topics |
@nivedithag13 In the 1.5 release, coming out in about a month, there is a replacement plugin called jolokia2 with a different configuration format, you can try it out using the nightly builds. Can you try this out and let me know if you are able to get it working? |
We can reopen if the |
Perhaps this pull request would be of interest for the lag metrics: #3489 |
trying to fetch metrics for kafka
One of the metrics as mentioned below
Lag in messages per follower replica
kafka.server:type=FetcherLagMetrics,name=ConsumerLag,clientId=([-.\w]+),topic=([-.\w]+),partition=([0-9]+)
is giving me following response when I run the telegraf.conf file
Error handling response: Not expected status value in response body: 404
Entry in the telegraf.conf file is as follows
[[inputs.jolokia.metrics]]
name = "processor_avg_idle_percent"
mbean = "kafka.server:type={Produce|Fetch},user=([-.\w]+),client-id=([-.\w]+)"
attribute = "byte-rate,throttle-time"
The text was updated successfully, but these errors were encountered: