-
Notifications
You must be signed in to change notification settings - Fork 1k
Add Helidon Instrumentation #13776
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
Add Helidon Instrumentation #13776
Conversation
@SentryMan Your PR in Helidon that fixed the related problem is in release 4.2.3 which was released last week. IIRC that was the blocker for this PR. Might you be able to try this one using 4.2.3 and see if it works? |
There is no |
Ugh. You're right. I based my previous note on just a quick glance at the PR date vs. the release date of 4.2.3, but your bug fix was for an enhancement PR, and we are (almost) never including enhancements in dot-dot releases. So 4.3 is the right release to use. |
There should be a 4.3.0-M1 not-yet-production milestone build available in maven central which contains the required change. If you want to update this PR with that--while keeping this a draft because M1 is not production-ready--that might be useful. We are planning an M2 update soon with a production 4.3.0 coming. |
a951550
to
c801293
Compare
🔧 The result from spotlessApply was committed to the PR branch. |
3740c17
to
4c7d96c
Compare
@laurit long time no see, how should I go about resolving this:
|
You could exclude the |
...gent/src/main/java/io/opentelemetry/javaagent/instrumentation/helidon/HelidonSingletons.java
Outdated
Show resolved
Hide resolved
.../library/src/main/java/io/opentelemetry/instrumentation/helidon/HelidonTelemetryBuilder.java
Outdated
Show resolved
Hide resolved
@laurit not sure I get it |
...ary/src/main/java/io/opentelemetry/instrumentation/helidon/v4_3/HelidonTelemetryBuilder.java
Show resolved
Hide resolved
Thank you for your contribution @SentryMan! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey. |
Adds helidon support
Resolves #11809 and helidon-io/helidon#10051