Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d520644

Browse files
author
Jakob Joachim
committedFeb 21, 2025·
[Spring Scheduling] Support Virtual Threads
1 parent 6dccc64 commit d520644

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/spring/spring-scheduling-3.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/spring/scheduling/v3_1

1 file changed

+1
-0
lines changed
 

‎instrumentation/spring/spring-scheduling-3.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/spring/scheduling/v3_1/TaskSchedulerInstrumentation.java

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public ElementMatcher<TypeDescription> typeMatcher() {
2424
return namedOneOf(
2525
"org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler",
2626
"org.springframework.scheduling.concurrent.ConcurrentTaskScheduler",
27+
"org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler",
2728
"org.springframework.scheduling.commonj.TimerManagerTaskScheduler");
2829
}
2930

0 commit comments

Comments
 (0)
Please sign in to comment.