-
Notifications
You must be signed in to change notification settings - Fork 6.2k
[ShippingService] Parent span not set properly #1318
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingrustPull requests that update Rust codePull requests that update Rust code
Description
Bug Report
Which version of the demo you are using?
v1.7.0
Symptom
When shippingservice calls quoteservice the parent_id sent is not from the caller, but from the caller's parent.
The trace is currenly looking like this:
But it should be something like this:
checkoutservice oteldemo.ShippingService/GetQuote
|--> shippingservice oteldemo.ShippingService/GetQuote
|--> shippingservice POST
|--> quoteservice POST /getquote
|--> quoteservice {closure}
|--> quoteservice calculate-quote
Reproduce
Simply run the demo with docker compose up and check any trace containing shippingservice spans.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingrustPull requests that update Rust codePull requests that update Rust code
