-
Couldn't load subscription status.
- Fork 326
Support for setting the application class loader for a transaction via the public api #2444
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
Support for setting the application class loader for a transaction via the public api #2444
Conversation
|
👋 @tobiasstadler Thanks a lot for your contribution! It may take some time before we review a PR, so even if you don’t see activity for some time, it does not mean that we have forgotten about it. Every once in a while we go through a process of prioritization, after which we are focussing on the tasks that were planned for the upcoming milestone. The prioritization status is typically reflected through the PR labels. It could be pending triage, a candidate for a future milestone, or have a target milestone set to it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added some changes, let me know if this works for you.
LGTM, but I'd like to wait for @eyalkoren's feedback before merging
|
run elasticsearch-ci/docs |
apm-agent-api/src/main/java/co/elastic/apm/api/Transaction.java
Outdated
Show resolved
Hide resolved
|
run elasticsearch-ci/docs |
Much better that what I did! Thank you for your support. Yes, service name/version and MDC work for me. |
|
run elasticsearch-ci/docs |
|
I actually intend to get rid of Generally speaking, I would prefer a cleaner and more generic API such as |
|
Hm, I find it quite inconvenient to (always) have to to call @eyalkoren I will implement your suggestion in the next days |
|
@eyalkoren Please see #2451 for my implementation of your suggestion |
|
#2451 is the preferred api |
What does this PR do?
Implements the solution suggested in #2369
Checklist