class DropwizardMetricsOptions extends MetricsOptions
Vert.x Dropwizard metrics configuration.
- Alphabetic
- By Inheritance
- DropwizardMetricsOptions
- MetricsOptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DropwizardMetricsOptions(_asJava: ext.dropwizard.DropwizardMetricsOptions)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addMonitoredEventBusHandler(value: Match): DropwizardMetricsOptions
Add a monitored event bus handler.
-
def
addMonitoredHttpClientEndpoint(value: Match): DropwizardMetricsOptions
Add an monitored http client endpoint.
-
def
addMonitoredHttpClientUri(value: Match): DropwizardMetricsOptions
Add an monitored http client uri.
-
def
addMonitoredHttpServerUri(value: Match): DropwizardMetricsOptions
Add an monitored http server uri.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asJava: ext.dropwizard.DropwizardMetricsOptions
- Definition Classes
- DropwizardMetricsOptions → MetricsOptions
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBaseName: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConfigPath: String
- def getJmxDomain: String
- def getMonitoredEventBusHandlers: Buffer[Match]
- def getMonitoredHttpClientUris: Buffer[Match]
- def getMonitoredHttpServerUris: Buffer[Match]
- def getRegistryName: String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEnabled: Boolean
- Definition Classes
- DropwizardMetricsOptions → MetricsOptions
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isJmxEnabled: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setBaseName(value: String): DropwizardMetricsOptions
Set a custom baseName for metrics.
-
def
setConfigPath(value: String): DropwizardMetricsOptions
Set the path for a config file that contains options in JSON format, to be used to create a new options object.
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.
-
def
setEnabled(value: Boolean): DropwizardMetricsOptions
Set whether metrics will be enabled on the Vert.x instance.
Set whether metrics will be enabled on the Vert.x instance.
- Definition Classes
- DropwizardMetricsOptions → MetricsOptions
-
def
setJmxDomain(value: String): DropwizardMetricsOptions
Set the JMX domain to use when JMX metrics are enabled.
-
def
setJmxEnabled(value: Boolean): DropwizardMetricsOptions
Set whether JMX will be enabled on the Vert.x instance.
-
def
setRegistryName(value: String): DropwizardMetricsOptions
Set the name used for registering the metrics in the Dropwizard shared registry.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )