public class Metric extends Object
| Constructor and Description |
|---|
Metric(String alias,
String metricType,
String[] tags,
String checkName)
Metric constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getCheckName() |
String |
getMetricType() |
String[] |
getTags() |
double |
getValue() |
void |
setValue(double value) |
Copyright © 2022. All rights reserved.