You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure we are correctly tracking the span in the server probe, we should add a child span (i.e. an HTTP or OTel global span), that will be instrumented with the auto project, to ensure that child correctly gets the server span as its parent.
Fixopen-telemetry#1442
In the gRPC server e2e test create a child span and verify trace info is
correctly passed, and thus verifying our context propagation is correct.
To ensure we are correctly tracking the span in the server probe, we should add a child span (i.e. an HTTP or OTel global span), that will be instrumented with the
auto
project, to ensure that child correctly gets the server span as its parent.opentelemetry-go-instrumentation/internal/test/e2e/grpc/main.go
Lines 29 to 35 in d447af1
The text was updated successfully, but these errors were encountered: