| Interface | Description |
|---|---|
| MetricsService |
The metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted from MetricsService in the vertx-dropwizard-metrics module. |
| Class | Description |
|---|---|
| Match |
A match for a value.
|
| MicrometerMetricsOptions |
Vert.x micrometer configuration.
It is required to set either influxDbOptions, prometheusOptions or {@code jmxMetricsOptions]
in order to actually report metrics. |
| MicrometerMetricsOptionsConverter |
Converter for
MicrometerMetricsOptions. |
| VertxInfluxDbOptions |
Vert.x InfluxDb micrometer configuration.
|
| VertxInfluxDbOptionsConverter |
Converter for
VertxInfluxDbOptions. |
| VertxJmxMetricsOptions |
Options for Prometheus metrics backend.
|
| VertxJmxMetricsOptionsConverter |
Converter for
VertxJmxMetricsOptions. |
| VertxPrometheusOptions |
Options for Prometheus metrics backend.
|
| VertxPrometheusOptionsConverter |
Converter for
VertxPrometheusOptions. |
| Enum | Description |
|---|---|
| MatchType |
The type of match.
|
| MetricsDomain |
Metric domains with their associated prefixes.
|
Copyright © 2018 Eclipse. All rights reserved.