public class TaggedJmxAttributeGauge extends com.codahale.metrics.JmxAttributeGauge implements TaggedMetric
| Constructor and Description |
|---|
TaggedJmxAttributeGauge(MBeanServer mBeanServer,
ObjectName objectName,
String attributeName,
Map<String,String> tags) |
TaggedJmxAttributeGauge(ObjectName objectName,
String attributeName,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getTags() |
public TaggedJmxAttributeGauge(ObjectName objectName, String attributeName, Map<String,String> tags)
public TaggedJmxAttributeGauge(MBeanServer mBeanServer, ObjectName objectName, String attributeName, Map<String,String> tags)
public Map<String,String> getTags()
getTags in interface TaggedMetricCopyright © 2016. All rights reserved.