Package | Description |
---|---|
io.vertx.ext.dropwizard |
Modifier and Type | Field and Description |
---|---|
static List<Match> |
DropwizardMetricsOptions.DEFAULT_MONITORED_HANDLERS
The default monitored handlers :
null |
static List<Match> |
DropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_CLIENT_ENDPOINTS
The default monitored http client endpoints :
null |
static List<Match> |
DropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_CLIENT_URIS
The default monitored http client uris :
null |
static List<Match> |
DropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_SERVER_ROUTES
The default monitored http server routes :
null |
static List<Match> |
DropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_SERVER_URIS
The default monitored http server uris :
null |
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.getMonitoredHttpServerRoutes() |
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.addMonitoredHttpServerRoute(Match match)
Add an monitored http server route.
|
DropwizardMetricsOptions |
DropwizardMetricsOptions.addMonitoredHttpServerUri(Match match)
Add an monitored http server uri.
|
static void |
MatchConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
Match obj) |
static void |
MatchConverter.toJson(Match obj,
JsonObject json) |
static void |
MatchConverter.toJson(Match obj,
Map<String,Object> json) |
Constructor and Description |
---|
Match(Match other)
Copy constructor
|
Copyright © 2021 Eclipse. All rights reserved.