| Package | Description |
|---|---|
| io.vertx.core | |
| io.vertx.core.metrics | |
| io.vertx.core.spi |
| 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.
|
MetricsOptions |
MetricsOptions.setFactory(VertxMetricsFactory factory)
Deprecated.
instead use
VertxBuilder.withMetrics(VertxMetricsFactory) |
| Constructor and Description |
|---|
MetricsOptions(MetricsOptions other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
default MetricsOptions |
VertxMetricsFactory.newOptions()
Create an empty metrics options.
|
default MetricsOptions |
VertxMetricsFactory.newOptions(JsonObject jsonObject)
Create metrics options from the provided
jsonObject. |
default MetricsOptions |
VertxMetricsFactory.newOptions(MetricsOptions options)
Create metrics options from the provided
options. |
| Modifier and Type | Method and Description |
|---|---|
default MetricsOptions |
VertxMetricsFactory.newOptions(MetricsOptions options)
Create metrics options from the provided
options. |
Copyright © 2024 Eclipse. All rights reserved.