issues
search
jaegertracing
/
jaeger-client-csharp
🛑 This library is DEPRECATED!
https://jaegertracing.io/
Apache License 2.0
302
stars
67
forks
source link
Fix gRPC sender's parent span reference
#203
Closed
Falco20019
closed
3 years ago
Falco20019
commented
3 years ago
Which problem is this PR solving?
Fixes #202
Short description of the changes
The gRPC sender was missing the parent span id in it's references. This happend, since it was based on the Thrift sender, which has a separate field for the parent id. All references are now forwarded.
Which problem is this PR solving?
Short description of the changes