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

Start Jetty 12 web transactions in the core server's handle function #1852

Open
obenkenobi opened this issue Apr 15, 2024 · 1 comment
Open
Labels
3 Story Point Estimate enhancement New feature or request

Comments

@obenkenobi
Copy link
Contributor

obenkenobi commented Apr 15, 2024

Web transactions in Jetty 12 only began for apps using servlets. Non-servlet apps using the core Jetty server do not start web transactions.

This is because we start transactions in the Jetty 12 servlet modules.

The core server is instrumented in the jetty-12 instrumentation module. The goal here is to begin transactions in the module using the handle methods there like how they were in our Jetty 11 module.

@workato-integration
Copy link

@obenkenobi obenkenobi assigned obenkenobi and unassigned obenkenobi Apr 15, 2024
@obenkenobi obenkenobi added enhancement New feature or request estimate Issue needing estimation labels Apr 15, 2024
@kford-newrelic kford-newrelic added 3 Story Point Estimate and removed estimate Issue needing estimation labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 Story Point Estimate enhancement New feature or request
Projects
Status: In Quarter
Development

No branches or pull requests

2 participants