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

spring-boot starter @WithSpan auto instrumentation not working on 1.17.0 #6617

Closed
mingchuno opened this issue Sep 14, 2022 · 0 comments · Fixed by #6619
Closed

spring-boot starter @WithSpan auto instrumentation not working on 1.17.0 #6617

mingchuno opened this issue Sep 14, 2022 · 0 comments · Fixed by #6619
Labels
bug Something isn't working repro provided

Comments

@mingchuno
Copy link
Contributor

mingchuno commented Sep 14, 2022

Describe the bug

opentelemetry-spring-boot-starter 1.17.0 @WithSpan instrumentation not working on version 1.17.0 but work on version 1.16.0

Steps to reproduce

I have created a reproducer repo to showcase the issue. The repo contains 2 branches and a simple spring-boot app with OTLP 1.16.0 / 1.17.0 integration.

What did you expect to see?

Expect function with @WithSpan annotation should create span on 1.17.0

What did you see instead?

No Span is created on the function marked with @WithSpan on 1.17.0

What version are you using?

  • 1.16.0 ✅
  • 1.17.0 ❌

Environment

This bug should be OS-independent.

Additional context

Diff of the branches: https://gist.github.com/mingchuno/8bd5a88ec363eeb090e234f403477487

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working repro provided
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants