Package | Description |
---|---|
io.vertx.micrometer |
= Vert.x Micrometer Metrics
This project is an implementation of the Vert.x Metrics Service Provider Interface (SPI).
|
io.vertx.micrometer.backends |
Modifier and Type | Method and Description |
---|---|
VertxPrometheusOptions |
MicrometerMetricsOptions.getPrometheusOptions()
Get the specific options for Prometheus reporting.
|
VertxPrometheusOptions |
VertxPrometheusOptions.setEmbeddedServerEndpoint(String embeddedServerEndpoint)
Set metrics endpoint.
|
VertxPrometheusOptions |
VertxPrometheusOptions.setEmbeddedServerOptions(io.vertx.core.http.HttpServerOptions embeddedServerOptions)
HTTP server options for the embedded server
|
VertxPrometheusOptions |
VertxPrometheusOptions.setEnabled(boolean enabled)
Set true to enable Prometheus reporting
|
VertxPrometheusOptions |
VertxPrometheusOptions.setStartEmbeddedServer(boolean startEmbeddedServer)
When true, an embedded server will start to expose metrics with Prometheus format.
|
Modifier and Type | Method and Description |
---|---|
static void |
VertxPrometheusOptionsConverter.fromJson(io.vertx.core.json.JsonObject json,
VertxPrometheusOptions obj) |
MicrometerMetricsOptions |
MicrometerMetricsOptions.setPrometheusOptions(VertxPrometheusOptions prometheusOptions)
Set Prometheus options.
|
static void |
VertxPrometheusOptionsConverter.toJson(VertxPrometheusOptions obj,
io.vertx.core.json.JsonObject json) |
Constructor and Description |
---|
VertxPrometheusOptions(VertxPrometheusOptions other)
Copy constructor
|
Constructor and Description |
---|
PrometheusBackendRegistry(io.vertx.core.Vertx vertx,
VertxPrometheusOptions options) |
Copyright © 2018 Eclipse. All rights reserved.