Skip to content
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

Improve representation of custom threads #535

Open
2 tasks done
bbrockbernd opened this issue Feb 20, 2025 · 0 comments · May be fixed by #557
Open
2 tasks done

Improve representation of custom threads #535

bbrockbernd opened this issue Feb 20, 2025 · 0 comments · May be fixed by #557
Assignees
Milestone

Comments

@bbrockbernd
Copy link
Collaborator

bbrockbernd commented Feb 20, 2025

Improve representation of the user threads in the trace.

  • When a thread is started by the user, in the column of that thread it shows run() .. invoke(). Get rid of it.
  • When a thread is spawned, and it terminates at the end it shows result: .... Remove it as this is only for actor calls or @Operation.
@bbrockbernd bbrockbernd self-assigned this Feb 20, 2025
@eupp eupp changed the title Remove run() at start of spawned thread Improve representation of custom threads Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants