Package | Description |
---|---|
io.vertx.core | |
io.vertx.core.metrics | |
io.vertx.core.spi | |
io.vertx.ext.dropwizard |
Modifier and Type | Method and Description |
---|---|
MetricsOptions |
VertxOptions.getMetricsOptions() |
Modifier and Type | Method and Description |
---|---|
VertxOptions |
VertxOptions.setMetricsOptions(MetricsOptions metrics)
Set the metrics options
|
Modifier and Type | Method and Description |
---|---|
MetricsOptions |
MetricsOptions.setEnabled(boolean enable)
Set whether metrics will be enabled on the Vert.x instance.
|
Constructor and Description |
---|
MetricsOptions(MetricsOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
default MetricsOptions |
VertxMetricsFactory.newOptions()
Create an empty metrics options.
|
Modifier and Type | Class and Description |
---|---|
class |
DropwizardMetricsOptions
Vert.x Dropwizard metrics configuration.
|
Constructor and Description |
---|
DropwizardMetricsOptions(MetricsOptions other)
Copy constructor with base metrics options
|
Copyright © 2015. All Rights Reserved.