public class TomcatMetricsBinder
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
TomcatMetrics in response to the ApplicationReadyEvent.| Constructor and Description |
|---|
TomcatMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) |
TomcatMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry,
java.lang.Iterable<io.micrometer.core.instrument.Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event) |