Fork me on GitHub
#observability
<
2023-12-26
>
seancorfield21:12:43

Anyone using Jetty 12 and also using New Relic? Since Jetty 12 drops servlets in the core, that removes the default transaction markers that NR uses. What have folks done about that?

lukasz00:12:33

I wonder if everyone's moving to OpenTelemtetry for framework-level monitoring, NewRelic supports it, but OTel doesn't come with Jetty 12 support yet https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#application-servers

steffan10:03:27

Jetty server v12 is now supported by the OpenTelemetry instrumentation agent, as of v 2.2.0 https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.2.0

🎉 2