Unfortunately only for libraries directly supported by/integrated into Quarkus.
And combining it with the OpenTelemetry Java Agent for covering the other 3rd party libraries or standard library classes isnβt possible. π
And combining it with the OpenTelemetry Java Agent for covering the other 3rd party libraries or standard library classes isnβt possible. π
Comments
I really do want to see opentelemetry adopting more buildtime instrumentation - making it work in jvm and native images AND in other fwks
I ended up giving up because we had a class loader that loaded after the instrumentation was finished or something like that, I ended up doing my demo with vertx :D