Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] Inline proto definiton of
KeyValue
from OTEL (#6775)
## Which problem is this PR solving? - Towards #6629 ## Description of the changes - This PR moves the definition of `opentelemetry.proto.common.v1.KeyValue` inline to avoid an external dependency and to fix marshalling compatibility issues. ## 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>
- Loading branch information