| Package | Description |
|---|---|
| io.soabase.admin.components |
| Modifier and Type | Method and Description |
|---|---|
MetricType |
MetricComponent.getType() |
static MetricType |
MetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
MetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MetricComponent(String id,
MetricType type,
String name,
String label,
List<Metric> metrics) |
MetricComponent(String id,
MetricType type,
String name,
String label,
List<Metric> metrics,
String targetedServiceName) |
Copyright © 2014–2016 Soabase. All rights reserved.