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

Refactor vertx-web to weave Http2ServerConnection #1959

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

jasonjkeller
Copy link
Contributor

Fixes a gap in the vertx-web instrumentation where transactions weren't getting started when handling HTTP/2 requests.

Weaves the io.vertx.core.http.impl.HttpServerConnection interface instead of just the Http1xServerConnection implementation. This results in Http1xServerConnection being weaved as well as the previously un-instrumented Http2ServerConnection implementation.

@jasonjkeller jasonjkeller self-assigned this Jun 26, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.59%. Comparing base (7ce4777) to head (ab39281).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1959      +/-   ##
============================================
- Coverage     70.61%   70.59%   -0.02%     
- Complexity     9859     9860       +1     
============================================
  Files           827      827              
  Lines         39857    39857              
  Branches       6068     6068              
============================================
- Hits          28144    28138       -6     
- Misses         8983     8991       +8     
+ Partials       2730     2728       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jasonjkeller jasonjkeller merged commit 85e2eea into main Jun 26, 2024
111 checks passed
@jasonjkeller jasonjkeller deleted the vertx-http2 branch June 26, 2024 20:08
@jasonjkeller
Copy link
Contributor Author

Related to #1799

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants