You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2014/01/03 21:21:50 UTC

[jira] [Created] (SAMZA-115) Allow metric group name overrides BlockingEnvelopeMap

Chris Riccomini created SAMZA-115:
-------------------------------------

             Summary: Allow metric group name overrides BlockingEnvelopeMap
                 Key: SAMZA-115
                 URL: https://issues.apache.org/jira/browse/SAMZA-115
             Project: Samza
          Issue Type: Bug
          Components: container, metrics
    Affects Versions: 0.6.0
            Reporter: Chris Riccomini


BlockingEnvelopeMap currently hard-codes the metric group as this.getClass().getName(). This is generally OK, but there are occasions where we might want to override it (KafkaSystemConsumer being one of them).

I think we should update the BlockingEnvelopeMap to take a parameter for the metrics name, and update KafkaSystemConsumer to use classOf[KafkaSystemConsumerMetrics].getName().



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)