public interface MetricsRenderer
extends io.micrometer.core.instrument.binder.MeterBinder
MeterBinder that allows
updates of metrics beyond MeterBinder.bindTo(MeterRegistry)
This allows encapsulation of logic for doing things like
calling Counter.increment()| Modifier and Type | Method and Description |
|---|---|
MetricsConfig |
config()
The configuration for the metrics
|
void |
updateMetrics(Object... args)
Updates the metrics based on given arguments.
|
MetricsConfig config()
void updateMetrics(Object... args)
args - Copyright © 2022. All rights reserved.