Skip to content

No traces produces when using reactive-messaging with sqs connector #3188

@majchrzw

Description

@majchrzw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions