Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Label Validation in SPM Integration Test (#6142)
## Which problem is this PR solving? - Part of #5608 ## Description of the changes - The changes include requesting metric with `groupByOperation` to get labels along with `operation`. This is then compared with the expected label set = `"operation service_name"` ## How was this change tested? - jaeger/scripts/spm-integration-test.sh ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] 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: Alok Kumar Singh <dev.alok.singh123@gmail.com> Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
- Loading branch information