You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Sushil Ks (JIRA)" <ji...@apache.org> on 2018/08/09 09:56:00 UTC

[jira] [Created] (HADOOP-15657) Adding support to registering MutableQuantiles from Metric annotation

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org