public class MetricDefinition extends Object
Constructor and Description |
---|
MetricDefinition(String type,
Map<String,String> properties,
Map<String,Map<String,Metric>> metrics) |
Modifier and Type | Method and Description |
---|---|
Optional<UriInfo> |
getJmxSourceUri() |
Map<String,Metric> |
getMetrics()
Return flat metric map without category
|
Map<String,Map<String,Metric>> |
getMetricsByCategory() |
Optional<String> |
getOverriddenHosts() |
Map<String,String> |
getProperties() |
String |
getType() |
String |
toString() |
public String getType()
Copyright © 2022 Apache Software Foundation. All rights reserved.