Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenTelemetry - XRay does not clearly represents all the services #159

Open
bhoradc opened this issue Sep 11, 2024 Discussed in #143 · 0 comments
Open

OpenTelemetry - XRay does not clearly represents all the services #159

bhoradc opened this issue Sep 11, 2024 Discussed in #143 · 0 comments
Labels
bug Something isn't working p2 This is a standard priority issue queued

Comments

@bhoradc
Copy link

bhoradc commented Sep 11, 2024

Discussed in #143

Originally posted by robvanpamel May 23, 2024
Hi,

I start to use AWS Messaging in combination with OpenTelemetry and X-Ray. I must admit that i am new to X-Ray so my assumption can be wrong (-used to work with DataDog in the past-).

Let say that i created a producer and a consumer that use SQS as their messaging protocol. Now when the producer publishes a messages, it goes to SQS and their the consumer picks it up to process it.
What I expected to see in X-Ray is

Publisher --> Publish Message --> SQS --> Consumer --> Process Message
However, the semantics of Publisher and Consumer seem to be wiped out although in OpenTelemetry the data is clearly sent to X-Ray (cref: service.name) .
The problem with this solution is that it gives the impression that the Publisher is doing all the work, and the consumer is not involved. Let say that the consumer has dependencies to other services, this will cause a lot of confusion.

How can I create a "X-Ray node" that represent my Consumer / Producer ?

image

I attached both the logs as well.

trace.subscriber.txt
trace.publisher.txt
x-ray-trace.txt

@bhoradc bhoradc added bug Something isn't working p2 This is a standard priority issue queued labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p2 This is a standard priority issue queued
Projects
None yet
Development

No branches or pull requests

1 participant