| Package | Description | 
|---|---|
| io.vertx.micrometer | 
| Modifier and Type | Method and Description | 
|---|---|
MetricsDomain | 
Match.getDomain()  | 
static MetricsDomain | 
MetricsDomain.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MetricsDomain[] | 
MetricsDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<MetricsDomain> | 
MicrometerMetricsOptions.getDisabledMetricsCategories()  | 
| Modifier and Type | Method and Description | 
|---|---|
MicrometerMetricsOptions | 
MicrometerMetricsOptions.addDisabledMetricsCategory(MetricsDomain metricsDomain)
Set metric that will not be registered. 
 | 
boolean | 
MicrometerMetricsOptions.isMetricsCategoryDisabled(MetricsDomain metricsDomain)
Is the given metrics category disabled? 
 | 
Match | 
Match.setDomain(MetricsDomain domain)
Set the label domain, restricting this rule to a single domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MicrometerMetricsOptions | 
MicrometerMetricsOptions.setDisabledMetricsCategories(Set<MetricsDomain> disabledMetricsCategories)
Sets metrics types that are disabled. 
 | 
Copyright © 2020 Eclipse. All rights reserved.