Vaibhav Singal

Results 35 comments of Vaibhav Singal

Gotcha! Makes sense. I was just getting easy with sleuth+brave, so found this change in datadog a bit weird. Summarising the issues till now - * x-b3-spanid not picked up...

Sorry for barging in heavy, but facing one more 😓 When I make 2 webclient calls one after the other, `dd.span_id` changes in MDC. `span_id` for a server call should...

I see. Interesting! I have been scratching my head around this till now 😲 So the main concern for which this issue was raised is working fine 👍 Remaining open...

@devinsba thoughts on above issues?

> Span ID on client side becomes Parent Span ID on server side. Got it. so `dd.span_id` in MDC should correspond to this parent span, right? so that all the...

Sure, let me work something with the demo app I created above to reproduce this

Updated the project with a sample code - https://github.com/vsingal-p/dd-java-agent-webclient-issue-demo.git jvm args ``` -javaagent:dd-java-agent.jar -Ddd.propagation.style.inject=B3 -Ddd.propagation.style.extract=B3 -Ddd.integration.reactor-hooks.enabled=true ``` Request ``` curl --location --request GET 'http://localhost:8080/demo' \ --header 'x-b3-traceid: 000C5311AF5ABF11' \ --header...

The original example I gave was from a springboot + grpc + kotlin app. It's based on my organisation's SDK and it's a bit difficult to replicate the same. Let...

Same issue. I don't get the line at which code fails. Nothing informative. It's impossible to debug. Any pointers?

@monosoul Can you please share the solution to overcome above limitation?