We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spring 6 @scheduled entpoint trace.
what i see in ui:
Why SpringScheduled/null ?
SpringScheduled/null
kotlin: 2.0 spring-boot: 3.2.3 spring: 6.1.4 jdk: 21 skywalking: 9.1.0
sample code:
@Scheduled(fixedRate = 5, timeUnit = TimeUnit.SECONDS, scheduler = "myScheduler") fun method1(){ ... }
The text was updated successfully, but these errors were encountered:
Could you provide the agent debug logs for your application?
Normally, @Scheduled transactions should just have the method name as transaction name.
@Scheduled
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Spring 6 @scheduled entpoint trace.
what i see in ui:
Why
SpringScheduled/null
?Steps to reproduce
kotlin: 2.0
spring-boot: 3.2.3
spring: 6.1.4
jdk: 21
skywalking: 9.1.0
sample code:
The text was updated successfully, but these errors were encountered: