spring-framework/framework-docs/modules/ROOT
Brian Clozel 09cb844421 Instrument Scheduled methods for observability
This commit enhances the `ScheduledAnnotationBeanPostProcessor` to
instrument `@Scheduled` methods declared on beans. This will create
`"tasks.scheduled.execution"` observations for each execution of a
scheduled method. This supports both blocking and reactive variants.

By default, observations are no-ops; developers must configure the
current `ObservationRegistry` on the `ScheduledTaskRegistrar` by using a
`SchedulingConfigurer`.

Closes gh-29883
2023-06-19 08:55:08 +02:00
..
assets/images Migrate Structure 2023-05-04 15:35:05 +01:00
examples Use include-code Macro 2023-05-04 15:35:05 +01:00
pages Instrument Scheduled methods for observability 2023-06-19 08:55:08 +02:00
partials/web Fix migration to asciidoctor tabs 2023-05-09 12:15:43 +01:00
nav.adoc Introduce JVM checkpoint/restore support documentation 2023-06-13 10:52:12 +02:00