Andrea Marziali
Andrea Marziali
Hi @johnjohndoe . I may help on this one being italian native ;)
Fell free to assign me. I'll do a pull request for hackoctoberfest
No issues. BTW I just opened the PR. On your hands right now..and have a good holidays ;)
MongoDB: #430 fixes the issue
> In the current implementation is there anything enforcing order of the process_context tags when sent to the backend? There is no concept of order concerning services that are discovered....
> lexicographic order does not ensure determinism > > assuming with agent version 7.53 we report services `b`, `c` and `d` for a certain process in 7.54 we improve the...
👋 Hello the behaviour the you are describing let us think about a context propagation loss. We have in integration that's disabled by default but that can help having a...
Hello we never tested it in this scenario. However, r2dbc will need some additional instrumentation and today is not supported. I'll flag as a feature request. Thanks for having detailed...
Hello, thanks for having opened an issue. The mentioned PR only apply for context propagation across threads within the same application. Distributed tracing (network propagation) is not (yet) supported. May...
@pallamidessi I did a quick test using this example: https://github.com/zio/zio-telemetry/blob/series/2.x/docs/opentelemetry-example.md Then I started both applications (ProxyApp and BackendApp) with the following VM options using the latest available datadog tracer: `-javaagent:./dd-java-agent.jar...