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
Implement Telemetery struct for V1 Components Initialization (jaegertracing#5695)
**Which problem is this PR solving?**
This PR addresses a part of the issue [jaegertracing#5633
](jaegertracing#5633)
**Description of the changes**
This is a Draft PR to achieve Observability Parity between V1 and V2
components by creating an unified telemetery container to pass
observability clients to V1 components.
**How was this change tested?**
The changes were tested by running the following command:
```bash
make test
```
**Checklist**
- [x] I have read
[CONTRIBUTING_GUIDELINES.md](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: Wise-Wizard <[email protected]>
Signed-off-by: Saransh Shankar <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
0 commit comments