You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the table above, following a conversation with @blumamir in this issue, I expected to see a reference in jaeger (link in open telemetry) from Span Proc1 to Span Prod1 but I didn't.
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
@opentelemetry/[email protected]
@opentelemetry/[email protected]
@opentelemetry/[email protected]
@opentelemetry/[email protected]
@opentelemetry/[email protected]
What version of Node are you using?
16.11.1
Please provide the code you used to setup the OpenTelemetry SDK
tracing.js
What did you do?
docker run -d -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 -p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -p 5778:5778 -p 16686:16686 -p 14268:14268 -p 14269:14269 -p 14250:14250 -p 9411:9411 jaegertracing/all-in-one:local
--require tracing.js
(the file from above)What did you expect to see?
"Q send"
"Q send"
"Q receive"
"Q process"
"Q process"
PRODUCER
PRODUCER
CONSUMER
CONSUMER
CONSUMER
Ok
Ok
Ok
Ok
Ok
net.peer.name
"ms"
"ms"
"ms"
"ms"
"ms"
net.peer.port
1234
1234
1234
1234
1234
messaging.system
"rabbitmq"
"rabbitmq"
"rabbitmq"
"rabbitmq"
"rabbitmq"
messaging.destination
"Q"
"Q"
"Q"
"Q"
"Q"
messaging.destination_kind
"queue"
"queue"
"queue"
"queue"
"queue"
messaging.operation
"receive"
"process"
"process"
messaging.message_id
"a1"
"a2"
"a1"
"a2"
To test it, I removed the condition and got this which is what I expected.
What did you see instead?
I saw a span without the reference to the desired span in a different trace.
Additional context
The text was updated successfully, but these errors were encountered: