[
https://issues.apache.org/jira/browse/STORM-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated STORM-2775:
----------------------------------
Labels: pull-request-available (was: )
> Improve KafkaPartition Metric Names
> -----------------------------------
>
> Key: STORM-2775
> URL: https://issues.apache.org/jira/browse/STORM-2775
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-kafka
> Affects Versions: 1.1.2
> Reporter: Kevin Conaway
> Labels: pull-request-available
>
> The _storm-kafka_ `KafkaSpout` emits a metric group called _kafkaPartition_
> These metric names are prefixed with
> _Partition{host=some.broker.host.mycompany.com:9092,-topic=some/topic/name,-partition=40}
> _
> Which makes for ugly, difficult to discover metrics on systems like Graphite.
> The metric prefix should match the metrics emitted by the _kafkaOffset_
> metric group that look like:
> _topicName/partition_<partitionNum>_
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)