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
While working on #226, @mterhar ran into issues with gRPC headers. This area of critical code is not currently tested at all. I'm going to merge #227 since it's accomplished its goals, and open a new PR for this issue.
Task 1: write a bunch of tests for gRPC headers
Task 2: fix whatever bugs show up
The text was updated successfully, but these errors were encountered:
Figured it out. I was putting the headers in grpc options. The OTel collector does it via context and the metadata package. Oops. Writing tests now, will push up to PR soon.
While working on #226, @mterhar ran into issues with gRPC headers. This area of critical code is not currently tested at all. I'm going to merge #227 since it's accomplished its goals, and open a new PR for this issue.
Task 1: write a bunch of tests for gRPC headers
Task 2: fix whatever bugs show up
The text was updated successfully, but these errors were encountered: