Package | Description |
---|---|
io.vertx.micrometer | |
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(HttpServerOptions embeddedServerOptions)
HTTP server options for the embedded server
|
VertxPrometheusOptions |
VertxPrometheusOptions.setEnabled(boolean enabled)
Set true to enable Prometheus reporting
|
VertxPrometheusOptions |
VertxPrometheusOptions.setPublishQuantiles(boolean publishQuantiles)
Set true to publish histogram stats, necessary to compute quantiles.
|
VertxPrometheusOptions |
VertxPrometheusOptions.setStartEmbeddedServer(boolean startEmbeddedServer)
When true, an embedded server will init to expose metrics with Prometheus format.
|
Modifier and Type | Method and Description |
---|---|
static void |
VertxPrometheusOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
VertxPrometheusOptions obj) |
MicrometerMetricsOptions |
MicrometerMetricsOptions.setPrometheusOptions(VertxPrometheusOptions prometheusOptions)
Set Prometheus options.
|
static void |
VertxPrometheusOptionsConverter.toJson(VertxPrometheusOptions obj,
JsonObject json) |
static void |
VertxPrometheusOptionsConverter.toJson(VertxPrometheusOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
VertxPrometheusOptions(VertxPrometheusOptions other)
Copy constructor
|
Constructor and Description |
---|
PrometheusBackendRegistry(VertxPrometheusOptions options) |
PrometheusBackendRegistry(VertxPrometheusOptions options,
io.micrometer.prometheus.PrometheusMeterRegistry registry) |
Copyright © 2021 Eclipse. All rights reserved.