generated from newrelic-experimental/java-instrumentation-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Ktor (with Jetty) never completes its startup and begins listening when used with the 8.25.0 agent and the latest version of this extension.
Using the 8.24.0 agent and below works fine.
Workaround with 8.25.0: removed this extension, but then transaction names no longer show up correctly in NewRelic
Steps to Reproduce
- Upgrade a Ktor (with Jetty) app using this extension from the 8.24.0 to the 8.25.0 agent.
- The app no longer begins listening to the http or https port
Expected Behavior
Works as before: Ktor app starts normally and transaction names are visible in NewRelic.
Relevant Logs / Console output
n/a
Your Environment
Java 25, Kotlin 2.3.0-Beta2, Ktor 3.2.3, Coroutines 1.10.2, newrelic-java 8.25.0, newrelic-ktor-instrumentation 2.1.2
Additional context
n/a
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working