Classes, interfaces and traits
MetricsService¶
The metrics service mainly allows to return a snapshot of measured objects.<br/>
This service is derived and adapted from <code>MetricsService</code> in the <i>vertx-dropwizard-metrics</i> module.
« More »
MicrometerMetricsOptions¶
Vert.x micrometer configuration.
It is required to set either influxDbOptions
, prometheusOptions
or jmxMetricsOptions
(or, programmatically, micrometerRegistry
) in order to actually report metrics.
« More »
PrometheusScrapingHandler¶
A Vert.x Web @see \io\vertx\jphp\ext\web\Route handler for Prometheus metrics scraping.
« More »
VertxInfluxDbOptions¶
Vert.x InfluxDb micrometer configuration.
« More »
VertxJmxMetricsOptions¶
Options for Prometheus metrics backend.
« More »
VertxPrometheusOptions¶
Options for Prometheus metrics backend.
« More »