-
Couldn't load subscription status.
- Fork 6
feat(telemetry)!: replace execution id with thread id #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Change SummaryThis PR refactors the telemetry execution ID system to include both process and thread identifiers. Issues Found🟡 Documentation Grammar IssuesThe documentation for |
0a40420 to
6ff2102
Compare
2969fa9 to
a13a0bb
Compare
The collector is now initialized with a process id and automatically combines this with a per-thread id from the OSAL to create a globally unique id for the current thread/task. Closes: DEV-913 Signed-off-by: Wim Looman <[email protected]>
a13a0bb to
4ce79f3
Compare
|
Seems like we will keep ids separate so it is ok. |
The collector is now initialized with a process id and automatically combines this with a per-thread id from the OSAL to create a globally unique id for the current thread/task.
Closes: DEV-913