public final class PrometheusBackendRegistry extends Object implements BackendRegistry
Constructor and Description |
---|
PrometheusBackendRegistry(io.vertx.core.Vertx vertx,
VertxPrometheusOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
eventBusInitialized(io.vertx.core.eventbus.EventBus bus) |
io.micrometer.core.instrument.MeterRegistry |
getMeterRegistry() |
public PrometheusBackendRegistry(io.vertx.core.Vertx vertx, VertxPrometheusOptions options)
public io.micrometer.core.instrument.MeterRegistry getMeterRegistry()
getMeterRegistry
in interface BackendRegistry
public void eventBusInitialized(io.vertx.core.eventbus.EventBus bus)
eventBusInitialized
in interface BackendRegistry
public void close()
close
in interface BackendRegistry
Copyright © 2018 Eclipse. All rights reserved.