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
## Which problem is this PR solving?
- Missing tenant information in a gRPC remote backend.

## Description of the changes
Before the gRPC plugins were removed in Jaeger 1.58, tenant information
was distributed in via the internal context.
With this change, the tenant information is also propagated to a removed
grpc backend.
## How was this change tested?
- Manually with jaeger-query, tempo-query and wireshark.
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
- for `jaeger`: `make lint test`
- for `jaeger-ui`: `yarn lint` and `yarn test`
---
cc @albertteoh do you think we can get this into the next jaeger release
tomorrow? ^^
---------
Signed-off-by: Benedikt Bongartz <[email protected]>
0 commit comments