-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
Hello everyone, I'm using reactive messaging with sqs connector to read messages from my queue. Is there any chance that I can instrument my setup with OTEL to see correlation between traces of sqs messages and traces from my code? I have currently added quarkus-opentelemetry as dependency and set following properties:
quarkus:
otel:
instrumentation:
messaging:
experimental:
receive-telemetry:
enabled: true
aws-sdk:
experimental-use-propagator-for-messaging: true
experimental-record-individual-http-error: true
mp:
messaging:
incoming:
queue:
tracing-enabled: true
But I don't see any traces in my obervability tools, besides that logs from code executed by queue does not have any trace_id attribute. Have someone by any chance did such setup and maybe can help me to configure it properly?
majchrzw
Metadata
Metadata
Assignees
Labels
No labels