Sushil Ks created HADOOP-15657:
----------------------------------

             Summary: Adding support to registering MutableQuantiles from 
Metric annotation
                 Key: HADOOP-15657
                 URL: https://issues.apache.org/jira/browse/HADOOP-15657
             Project: Hadoop Common
          Issue Type: Improvement
          Components: metrics
            Reporter: Sushil Ks


Currently when creating new metrics we use @Metric annotation for registering 
the MutableMetric i.e
{code:java}
@Metric
private MutableInt foobarMetricCount
{code}
However, currently there's no support for registering MutableQuantiles via 
Metric annotation, hence creating this Jira to register MutableQuantiles vis 
Metric annotation. 

Example:

 
{code:java}
@Metric(about = "async PUT entities latency", valueName = "latency", interval = 
10)
private MutableQuantiles foobarAsyncLatency;
 
{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to