-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Spring @scheduled tasks trace group names are the same: 'OutcomeTrackingRunnable.run'.
Steps to reproduce
With Spring Boot 3.4 és Spring Framework 6.2.0 the @scheduled tasks trace group names are the same: 'OutcomeTrackingRunnable.run'.
With previous Spring versions the trace group names for @scheduled methods are: ClassName+methodName.
Expected behavior
Trace group names for @scheduled methods should be: ClassName+methodName.
Actual behavior
@scheduled tasks trace group names are the same: 'OutcomeTrackingRunnable.run'
Javaagent or library instrumentation version
java agent 2.10.0
Environment
JDK/OS: eclipse-temurin:21-jre-alpine
Spring Boot: 3.4.0
Spring Framework 6.2.0
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working