Uses of Interface
org.springframework.boot.actuate.metrics.AutoTimer
Packages that use AutoTimer
Package
Description
Auto-configuration for actuator metrics and Micrometer.
Core actuator support for metrics.
Actuator support for Spring Data Repository metrics.
Actuator support for web client metrics.
Actuator support for
WebClient
metrics.Actuator support for WebFlux metrics.
Actuator support for Spring MVC metrics.
-
Uses of AutoTimer in org.springframework.boot.actuate.autoconfigure.metrics
Classes in org.springframework.boot.actuate.autoconfigure.metrics that implement AutoTimerModifier and TypeClassDescriptionfinal class
Nested configuration properties for items that are automatically timed. -
Uses of AutoTimer in org.springframework.boot.actuate.metrics
Fields in org.springframework.boot.actuate.metrics declared as AutoTimerModifier and TypeFieldDescriptionstatic final AutoTimer
AutoTimer.DISABLED
AnAutoTimer
implementation that is disabled and will not record metrics.static final AutoTimer
AutoTimer.ENABLED
AnAutoTimer
implementation that is enabled but applies no additional customizations.Methods in org.springframework.boot.actuate.metrics with parameters of type AutoTimer -
Uses of AutoTimer in org.springframework.boot.actuate.metrics.data
Constructors in org.springframework.boot.actuate.metrics.data with parameters of type AutoTimerModifierConstructorDescriptionMetricsRepositoryMethodInvocationListener
(Supplier<io.micrometer.core.instrument.MeterRegistry> registrySupplier, RepositoryTagsProvider tagsProvider, String metricName, AutoTimer autoTimer) Create a newMetricsRepositoryMethodInvocationListener
. -
Uses of AutoTimer in org.springframework.boot.actuate.metrics.web.client
Constructors in org.springframework.boot.actuate.metrics.web.client with parameters of type AutoTimerModifierConstructorDescriptionMetricsRestTemplateCustomizer
(io.micrometer.core.instrument.MeterRegistry meterRegistry, RestTemplateExchangeTagsProvider tagProvider, String metricName, AutoTimer autoTimer) Creates a newMetricsRestTemplateInterceptor
. -
Uses of AutoTimer in org.springframework.boot.actuate.metrics.web.reactive.client
Constructors in org.springframework.boot.actuate.metrics.web.reactive.client with parameters of type AutoTimerModifierConstructorDescriptionMetricsWebClientCustomizer
(io.micrometer.core.instrument.MeterRegistry meterRegistry, WebClientExchangeTagsProvider tagProvider, String metricName, AutoTimer autoTimer) Create a newMetricsWebClientFilterFunction
that will record metrics using the givenmeterRegistry
with tags provided by the giventagProvider
.MetricsWebClientFilterFunction
(io.micrometer.core.instrument.MeterRegistry meterRegistry, WebClientExchangeTagsProvider tagProvider, String metricName, AutoTimer autoTimer) Create a newMetricsWebClientFilterFunction
. -
Uses of AutoTimer in org.springframework.boot.actuate.metrics.web.reactive.server
Constructors in org.springframework.boot.actuate.metrics.web.reactive.server with parameters of type AutoTimerModifierConstructorDescriptionMetricsWebFilter
(io.micrometer.core.instrument.MeterRegistry registry, WebFluxTagsProvider tagsProvider, String metricName, AutoTimer autoTimer) Create a newMetricsWebFilter
. -
Uses of AutoTimer in org.springframework.boot.actuate.metrics.web.servlet
Constructors in org.springframework.boot.actuate.metrics.web.servlet with parameters of type AutoTimerModifierConstructorDescriptionWebMvcMetricsFilter
(io.micrometer.core.instrument.MeterRegistry registry, WebMvcTagsProvider tagsProvider, String metricName, AutoTimer autoTimer) Create a newWebMvcMetricsFilter
instance.