-
Notifications
You must be signed in to change notification settings - Fork 324
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
Exclude glassfish Executor which does not permit wrapped runnables #596
Conversation
Contains no tests because we would have to instrument |
Snapshot for this PR: elastic-apm-agent-1.6.1-SNAPSHOT.jar.zip |
@mdindoffer could you give this snapshot a try? |
@felixbarny Perfect, that seems to do the trick. |
...concurrent-plugin/src/main/java/co/elastic/apm/agent/concurrent/ExecutorInstrumentation.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #596 +/- ##
============================================
+ Coverage 62.4% 62.42% +0.02%
Complexity 68 68
============================================
Files 188 188
Lines 7062 7066 +4
Branches 814 814
============================================
+ Hits 4407 4411 +4
Misses 2387 2387
Partials 268 268
Continue to review full report at Codecov.
|
fixes #589