DropwizardMetricsOptions

Vert.x Dropwizard metrics configuration.

Name

Type

Description

configPath

String

Set the path 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.

enabled

Boolean

-

jmxDomain

String

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

jmxEnabled

Boolean

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

monitoredEventBusHandlers

Array of Match

Add a monitored event bus handler.

monitoredHttpClientUris

Array of Match

Add an monitored http client uri.

monitoredHttpServerUris

Array of Match

Add an monitored http server uri.

registryName

String

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

Match

A match for a value.

Name

Type

Description

type

MatchType

Set the type of matching to apply.

value

String

Set the matched value.