Skip to content
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

Spring6-Scheduled-null #3704

Open
carl10086 opened this issue Jul 2, 2024 · 1 comment
Open

Spring6-Scheduled-null #3704

carl10086 opened this issue Jul 2, 2024 · 1 comment
Labels
agent-java community Issues and PRs created by the community

Comments

@carl10086
Copy link

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:

    @Scheduled(fixedRate = 5, timeUnit = TimeUnit.SECONDS, scheduler = "myScheduler")
    fun method1(){
      ...
    }
@github-actions github-actions bot added agent-java community Issues and PRs created by the community triage labels Jul 2, 2024
@JonasKunz
Copy link
Contributor

Could you provide the agent debug logs for your application?

Normally, @Scheduled transactions should just have the method name as transaction name.

@jackshirazi jackshirazi removed the triage label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java community Issues and PRs created by the community
Projects
None yet
Development

No branches or pull requests

3 participants