[
https://issues.apache.org/jira/browse/STORM-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Conaway updated STORM-2775:
---------------------------------
Description:
The _storm-kafka_ `KafkaSpout` emits a metric group called _kafkaPartition_
These metric names are prefixed with
{noformat}
Partition{host=some.broker.host.mycompany.com:9092,-topic=some/topic/name,-partition=40}
{noformat}
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>_
was:
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>_
> 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
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The _storm-kafka_ `KafkaSpout` emits a metric group called _kafkaPartition_
> These metric names are prefixed with
> {noformat}
> Partition{host=some.broker.host.mycompany.com:9092,-topic=some/topic/name,-partition=40}
> {noformat}
> 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)