public interface MetricMetadata
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricMetadata.MetricTag |
static class |
MetricMetadata.Type |
| Modifier and Type | Method and Description |
|---|---|
static String |
baseMetricUnit(org.jboss.as.controller.client.helpers.MeasurementUnit unit) |
default String |
getBaseMetricUnit() |
String |
getDescription() |
org.jboss.as.controller.client.helpers.MeasurementUnit |
getMeasurementUnit() |
MetricID |
getMetricID() |
String |
getMetricName() |
MetricMetadata.MetricTag[] |
getTags() |
MetricMetadata.Type |
getType() |
String getMetricName()
MetricMetadata.MetricTag[] getTags()
String getDescription()
org.jboss.as.controller.client.helpers.MeasurementUnit getMeasurementUnit()
MetricMetadata.Type getType()
MetricID getMetricID()
default String getBaseMetricUnit()
static String baseMetricUnit(org.jboss.as.controller.client.helpers.MeasurementUnit unit)
Copyright © 2021 JBoss by Red Hat. All rights reserved.