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
Separate scripts for deployment upgrade and clean install of Jaeger Demo deployment and enable G-Tracking in Jaeger UI (#7440)
## Which problem is this PR solving?
- Part of #7115 .
- Added another script that does clean install of deployments , this
would be needed if we do changes in config's of jaeger or prometheus
stack .
- Added G-tracking for Jaeger UI .
- Added functionality in the github workflow to run different scripts
based on event triggered .
## Checklist
- [ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] 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: chahat sagar <[email protected]>
0 commit comments