Uses of Class
io.vertx.ext.dropwizard.DropwizardMetricsOptions
Packages that use DropwizardMetricsOptions
-
Uses of DropwizardMetricsOptions in io.vertx.ext.dropwizard
Methods in io.vertx.ext.dropwizard that return DropwizardMetricsOptionsModifier and TypeMethodDescriptionDropwizardMetricsOptions.addMonitoredEventBusHandler(Match match) Add a monitored event bus handler.DropwizardMetricsOptions.addMonitoredHttpClientEndpoint(Match match) Add an monitored http client endpoint.DropwizardMetricsOptions.addMonitoredHttpClientUri(Match match) Add an monitored http client uri.DropwizardMetricsOptions.addMonitoredHttpServerRoute(Match match) Add an monitored http server route.DropwizardMetricsOptions.addMonitoredHttpServerUri(Match match) Add an monitored http server uri.DropwizardMetricsOptions.setBaseName(String baseName) Set a custom baseName for metrics.DropwizardMetricsOptions.setConfigPath(String configPath) Set the path for a config file that contains options in JSON format, to be used to create a new options object.DropwizardMetricsOptions.setEnabled(boolean enable) DropwizardMetricsOptions.setJmxDomain(String jmxDomain) Set the JMX domain to use when JMX metrics are enabled.DropwizardMetricsOptions.setJmxEnabled(boolean jmxEnabled) Set whether JMX will be enabled on the Vert.x instance.DropwizardMetricsOptions.setRegistryName(String registryName) Set the name used for registering the metrics in the Dropwizard shared registry.Constructors in io.vertx.ext.dropwizard with parameters of type DropwizardMetricsOptionsModifierConstructorDescriptionCopy constructor