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

Add Jetty support #10

Open
axelfontaine opened this issue Feb 6, 2025 · 0 comments
Open

Add Jetty support #10

axelfontaine opened this issue Feb 6, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@axelfontaine
Copy link

axelfontaine commented Feb 6, 2025

Currently with ktor + jetty, you can either

1. install no extensions

  • clean transaction names
  • no database info
  • no coroutine info

2. install the coroutine extension:

  • no transaction names (only Kotlin/Coroutine/jetty-call-handler and Coroutine/Kotlin/Coroutine/jetty-call-handler)
  • clean database info
  • coroutine info

3. install the coroutine and ktor extension:

  • no transaction names (only Kotlin/Coroutine/jetty-call-handler and Coroutine/Kotlin/Coroutine/jetty-call-handler)
  • clean database info
  • coroutine info

None of these is ideal. Using the latest versions of agent and both extensions for all 3.

@axelfontaine axelfontaine added the enhancement New feature or request label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant