-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Scheduled is not instrumented and no trace context is created when aggregated in @Schedules #2255
Comments
reproduction can be found in https://github.com/lrozek/sleuth-repro-2255 Please note below logs produced by the the simple application.
My expectation is that @scheduled is instrumented regardless of the usage, ie standalone (job1 method) or aggregated (job2 and job3 method)
|
Yeah that feature was never supported. Since Sleuth is feature complete we're not planning to add this support here. However I've created an issue in Spring Framework spring-projects/spring-framework#29984 so that we don't forget to ensure that |
Rather see spring-projects/spring-framework#29883 (of which the above issue is a duplicate) |
method annotated with *@schedules * is not instrumented, so no trace context is created.
The text was updated successfully, but these errors were encountered: