elastic / elastic/apm-agent-java

Spring6-Scheduled-null

Open
#3,704 1 comment 0 reactions 0 assignees View on GitHub
agent-java community
Dominant language
Java
Stars
594
Forks
338
Avg merge
1d 13h
Merged PRs (30d)
25

Description

## Describe the bug

Spring 6 @Scheduled entpoint trace.

what i see in ui:
- 端点:SpringScheduled/null
- 跨度类型:Local
- 组件:SpringScheduled

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:

```kotlin
@Scheduled(fixedRate = 5, timeUnit = TimeUnit.SECONDS, scheduler = "myScheduler")
fun method1(){
...
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.