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

Convert servlet instrumentation to instrumenter api #4078

Merged
merged 18 commits into from
Sep 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix async smoke test on liberty
  • Loading branch information
laurit committed Sep 9, 2021
commit fdf23eaf69541c01b54fcd89ab81737ef050bdb3
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public Context startSpan(HttpServletRequest request) {

@Override
protected Context customizeContext(Context context, HttpServletRequest httpServletRequest) {
context = super.customizeContext(context, httpServletRequest);
return AppServerBridge.init(context);
}

Expand Down