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?
- Towards #6789
## Description of the changes
- This PR moves the internal `TracesData` type to package `jptrace` so
that it can be used by the client for GRPC storage as well.
## How was this change tested?
- CI
## 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`: `npm run lint` and `npm run test`
---------
Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
As part of #6629, we defined the API for the v2 remote storage API. We now want to implement a client that will interact with that API.
The text was updated successfully, but these errors were encountered: