GitHub user chawco opened a pull request:
https://github.com/apache/storm/pull/470
Include topic information with Kafka metrics
Currently, Kafka metrics are emitted with partition information, but no
information about which topic that partition belongs to. This patch includes
the topic information in the Storm metrics emitted by the Kafka spout so that
multiple input topics may be tracked from a single topology.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chawco/storm storm-kafka-metrics-with-topic
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/470.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #470
----
commit 66a20c689dfbd79d12a7e9557837bf5a2e920e06
Author: Craig Hawco <[email protected]>
Date: 2015-03-19T15:35:59Z
Include topic information with Kafka metrics.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---