-
Notifications
You must be signed in to change notification settings - Fork 31
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
KafkaFetch metrics #7
Comments
Sorry, I don't remember anything about KafkaFetch, maybe you can include On Mon, Jun 16, 2014 at 11:19 AM, Cody A. Ray [email protected]
The fruit of silence is prayer; |
Thanks. I really appreciate your help. Example Output curl localhost:7000/metricz | python -m json.tool
|
Oh, I think those metrics are exposed through Kafka's JMX / JavaBeans API. On Tue, Jun 17, 2014 at 11:11 AM, Cody A. Ray [email protected]
The fruit of silence is prayer; |
Sure - but where in the metrics_storm codebase are they pulled in? I only see the bolt ack/emit meters in MetricsStorm.scala. Yet there they are in the output. So I must be missing some magic in here. |
No magic - the CodaHale metrics library automatically pulls in all JMX metrics and exposes them in the servlet route. -Evan
|
Where do the KafkaFetch metrics come from? I don't see anything in the code here that provides it, looks like its only bolt acks and emits. But I see it in my output. Baffling.
Can you shed some light on this mystery?
The text was updated successfully, but these errors were encountered: