spring-framework/framework-docs/modules/ROOT/pages/integration
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
..
cache Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
jms Fix cross references 2023-05-04 15:35:05 +01:00
jmx Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
appendix.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
cache.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
checkpoint-restore.adoc Rename checkpoint property to "spring.context.checkpoint" 2023-06-13 19:06:46 +02:00
email.adoc Fix cross references 2023-05-04 15:35:05 +01:00
jms.adoc Split files 2023-05-04 15:35:05 +01:00
jmx.adoc Fix cross references 2023-05-04 15:35:05 +01:00
observability.adoc Instrument Scheduled methods for observability 2023-06-19 08:55:08 +02:00
rest-clients.adoc Merge branch '6.0.x' 2023-05-11 16:36:38 +02:00
scheduling.adoc Polishing 2023-06-06 11:29:25 +02:00