Quarkus provides a quickstart project for opentelemety integration showing how you can automatically create a span of kind Client
or Server
inside an http application.
In the same way, can quarkus opentelemetry extension automatically create a span of kind Consumer
or Producer
in a Quarkus SmallRye Reactive Messaging application without adding any code?
I would welcome any kind of quickstart or tuto that can help, showing manual stuff to do if needed.
Thanks a lot