Hello,
have you followed the instructions configuration as provided in Camel
documentation [1] as well? Before doing any integration with a third party
(ie, SQS), my advice is to verify that the agent works doing some local
quick verification.

[1] https://camel.apache.org/components/4.4.x/others/opentelemetry.html

On Tue, Sep 17, 2024 at 4:13 PM Arseni Bulatski <ancars...@gmail.com> wrote:

> 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
>

Reply via email to