public interface MetricsOutputFormatter
MetricsListener to define the format of the metrics log. A component implementing this interface may
be added to the ApplicationContext to override the default behaviour.| Modifier and Type | Method and Description |
|---|---|
String |
format(Collection<io.micrometer.core.instrument.Gauge> gauges,
Collection<io.micrometer.core.instrument.Timer> timers) |
String format(Collection<io.micrometer.core.instrument.Gauge> gauges, Collection<io.micrometer.core.instrument.Timer> timers)
Copyright © 2018 codecentric AG. All rights reserved.