Package | Description |
---|---|
io.vertx.rxjava.core.metrics | |
io.vertx.rxjava.ext.dropwizard | |
io.vertx.rxjava.micrometer |
Modifier and Type | Method and Description |
---|---|
static Measured |
Measured.newInstance(Measured arg) |
Modifier and Type | Method and Description |
---|---|
String |
MetricsService.getBaseName(Measured measured) |
JsonObject |
MetricsService.getMetricsSnapshot(Measured measured)
Will return the metrics that correspond with the
measured object, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server. |
Modifier and Type | Method and Description |
---|---|
static MetricsService |
MetricsService.create(Measured measured)
Creates a metric service for a given object.
|
Copyright © 2025 Eclipse. All rights reserved.