Hello,
I am using Axon framework 4.93 and axon-tracing-opentelemetry 4.93. My applications is a number of separate Spring boot 3.3.2 microservices. I am using the Spring auto configuration for open telemetry and your artifact. I can see spans in Jaeger for operations in Spring which are marked with my specific microservice name but i do not see the same for spans triggered by your AxonFramework-OpenTelemetry - the service is marked as unknown_service:java. Is there a way to make sure the Axon span picks up the name of the microservice that triggered/consumed the events? Or am i missing some configuration?