Modifier and Type | Method and Description |
---|---|
static MetricsType |
MetricsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsType[] |
MetricsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<MetricsType> |
VertxHawkularOptions.getDisabledMetricsTypes() |
Modifier and Type | Method and Description |
---|---|
VertxHawkularOptions |
VertxHawkularOptions.addDisabledMetricsType(MetricsType metricsType)
Set metric that will not be registered.
|
boolean |
VertxHawkularOptions.isMetricsTypeDisabled(MetricsType metricsType) |
Modifier and Type | Method and Description |
---|---|
void |
VertxHawkularOptions.setDisabledMetricsTypes(Set<MetricsType> disabledMetricsTypes)
Sets metrics types that are disabled.
|
Copyright © 2017. All rights reserved.