| Package | Description | 
|---|---|
| io.vertx.ext.dropwizard | 
| Modifier and Type | Field and Description | 
|---|---|
static List<Match> | 
DropwizardMetricsOptions.DEFAULT_MONITORED_HANDLERS
The default monitored handlers : empty by default 
 | 
static List<Match> | 
DropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_CLIENT_ENDPOINTS
The default monitored http client endpoints : empty by default 
 | 
static List<Match> | 
DropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_CLIENT_URIS
The default monitored http client uris : empty by default 
 | 
static List<Match> | 
DropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_SERVER_URIS
The default monitored http server uris : empty by default 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Match | 
Match.setAlias(String alias)
Set the alias the human readable name that will be used as a part of
 registry entry name when the value matches. 
 | 
Match | 
Match.setType(MatchType type)
Set the type of matching to apply. 
 | 
Match | 
Match.setValue(String value)
Set the matched value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Match> | 
DropwizardMetricsOptions.getMonitoredEventBusHandlers()  | 
List<Match> | 
DropwizardMetricsOptions.getMonitoredHttpClientEndpoint()  | 
List<Match> | 
DropwizardMetricsOptions.getMonitoredHttpClientUris()  | 
List<Match> | 
DropwizardMetricsOptions.getMonitoredHttpServerUris()  | 
| Modifier and Type | Method and Description | 
|---|---|
DropwizardMetricsOptions | 
DropwizardMetricsOptions.addMonitoredEventBusHandler(Match match)
Add a monitored event bus handler. 
 | 
DropwizardMetricsOptions | 
DropwizardMetricsOptions.addMonitoredHttpClientEndpoint(Match match)
Add an monitored http client endpoint. 
 | 
DropwizardMetricsOptions | 
DropwizardMetricsOptions.addMonitoredHttpClientUri(Match match)
Add an monitored http client uri. 
 | 
DropwizardMetricsOptions | 
DropwizardMetricsOptions.addMonitoredHttpServerUri(Match match)
Add an monitored http server uri. 
 | 
| Constructor and Description | 
|---|
Match(Match other)
Copy constructor 
 | 
Copyright © 2020 Eclipse. All rights reserved.