Packages

class DropwizardMetricsOptions extends MetricsOptions

Vert.x Dropwizard metrics configuration.

Linear Supertypes
MetricsOptions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropwizardMetricsOptions
  2. MetricsOptions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DropwizardMetricsOptions(_asJava: ext.dropwizard.DropwizardMetricsOptions)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addMonitoredEventBusHandler(value: Match): DropwizardMetricsOptions

    Add a monitored event bus handler.

  5. def addMonitoredHttpClientEndpoint(value: Match): DropwizardMetricsOptions

    Add an monitored http client endpoint.

  6. def addMonitoredHttpClientUri(value: Match): DropwizardMetricsOptions

    Add an monitored http client uri.

  7. def addMonitoredHttpServerUri(value: Match): DropwizardMetricsOptions

    Add an monitored http server uri.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asJava: ext.dropwizard.DropwizardMetricsOptions
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getBaseName: String
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getConfigPath: String
  17. def getJmxDomain: String
  18. def getMonitoredEventBusHandlers: Buffer[Match]
  19. def getMonitoredHttpClientUris: Buffer[Match]
  20. def getMonitoredHttpServerUris: Buffer[Match]
  21. def getRegistryName: String
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def isEnabled: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isJmxEnabled: Boolean
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def setBaseName(value: String): DropwizardMetricsOptions

    Set a custom baseName for metrics.

  30. 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.

  31. 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
    DropwizardMetricsOptionsMetricsOptions
  32. def setJmxDomain(value: String): DropwizardMetricsOptions

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

  33. def setJmxEnabled(value: Boolean): DropwizardMetricsOptions

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

  34. def setRegistryName(value: String): DropwizardMetricsOptions

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

  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from MetricsOptions

Inherited from AnyRef

Inherited from Any

Ungrouped