Hi, I'm sending and receiving aws sqs messages using Apache Camel in my Spring Boot microservice. Now I want to have an integration with OpenTelemetry to have observability.
I'm using OpenTelemetry javaagent with version 2.5.0. Version of Camel: 4.4.0 Spring Boot: 2.3.2. I added dependency with camel opentelemetry starter but i have no trace and span ids in my consumed messages. I also added relevant dependencies according to this documentation https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/aws-sdk/README.md . But unfortunately there is still no propagation for trace and span ids, could anybody point me to the right direction? Is this case in general supported by the Camel? Should I have any additional configuration? Thanks