Skip to content

OpenTelemetry Agent (auto-instrumentation) and Quarkus #47238

Answered by brunobat
joschi asked this question in Q&A
Discussion options

You must be logged in to vote

@joschi, the agent and the extension must not be used at the same time. They will conflict with each-other.

It is possible to use the agent with a Quarkus application running in JVM mode but you wouldn't take advantage of all the Quarkus optimisations. Meaning it's expected the app to take longer to start and you might notice a runtime performance degradation. But you will need to mesure that to be sure.

BTW, HttpURLConnection is not the best client around.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@brunobat
Comment options

brunobat Apr 8, 2025
Collaborator

@joschi
Comment options

Answer selected by joschi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants