Bruce Bujon
Bruce Bujon
Hello @LeifW You cannot get the 128-bit trace identifier from the OpenTracing API. You will only have the 64 lower bits as an integer. What is your use case that...
It seems you are using the `dd-trace-api` dependency too, right? If so, you can call the static methods `CorrelationIdentifier.getTraceId()` and `CorrelationIdentifier.getSpanId()` to get the IDs to inject into logs. OpenTelemetry...
Hi @lanwen, thanks for your report. It should be related to this fix: #9032 @mhlidd can you make a patch release ASAP?
Version 1.50.1 should have fixed the issue. Thanks again for your report 🙏
Can we close this one then?
Thanks for you contribution! I definitely need to have a closer look to finally push it to the app ❤️
Is it still need after release 1.56.0?
> I think the important distinction to be made here is that there is a difference between not sampling and sampling unset, since the DD agent may update the sampling...
Closing in favor of #10208
We won't. Quick quote from my doc about the topic: > But the following will still working: > * java.lang.reflect.AccessibleObject#setAccessible(boolean) will work to change the accessibility flag and Field.get() /...