DropwizardMetricsOptions

Vert.x Dropwizard metrics configuration.
Name Type Description

registryName

String

Set the name used for registering the metrics in the Dropwizard shared registry.

jmxEnabled

Boolean

Set whether JMX will be enabled on the Vert.x instance.

jmxDomain

String

Set the JMX domain to use when JMX metrics are enabled.

monitoredEventBusHandlers

Array of Match

Add a monitored event bus handler.

monitoredHttpServerUris

Array of Match

Add an monitored http server uri.

enabled

Boolean

-

configFileName

String

Set the file name for a config file that contains options in JSON format, to be used to create a new options object. The file will be looked for on the file system first and then on the classpath if it's not found.

monitoredHttpClientUris

Array of Match

Add an monitored http client uri.