| Modifier and Type | Method and Description |
|---|---|
MetricLevel |
MetricName.getMetricLevel()
Return the level of this metric
The level indicates the importance of the metric
|
static MetricLevel |
MetricLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricLevel[] |
MetricLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetricName |
MetricName.level(MetricLevel level)
Metric level can be changed during runtime
|
| Constructor and Description |
|---|
MetricName(String key,
Map<String,String> tags,
MetricLevel level) |
MetricName(String key,
MetricLevel level) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.