Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jaeger-v2] Add validation and comments to memory storage config (#5925)
## Which problem is this PR solving? - Resolves #5923 ## Description of the changes - Implemented `Validate` method for `Configuration` struct for memory storage - Created [migration doc](https://docs.google.com/document/d/1w3z2hhxXAMLbuWsyyigUUMNSfflw4uayUERqHf45Dks/edit?usp=sharing) from v1 to v2 ## How was this change tested? - Added unit tests for the new method ## 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` --------- Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com> Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
- Loading branch information