public class TaggedMetricName
extends com.yammer.metrics.core.MetricName
| Constructor and Description |
|---|
TaggedMetricName(String group,
String name)
A simple metric that would be concatenated when reported, e.g.
|
TaggedMetricName(String group,
String name,
Map<String,String> tags) |
TaggedMetricName(String group,
String name,
Pair<String,String>... tags) |
TaggedMetricName(String group,
String name,
String... tagAndValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getTags() |
int |
hashCode() |
void |
updatePointBuilder(ReportPoint.Builder builder) |
public TaggedMetricName(String group, String name)
group - Prefix of the metric.name - The name of the metric.public boolean equals(Object o)
equals in class com.yammer.metrics.core.MetricNamepublic int hashCode()
hashCode in class com.yammer.metrics.core.MetricNamepublic void updatePointBuilder(ReportPoint.Builder builder)
Copyright © 2017. All rights reserved.