-
Notifications
You must be signed in to change notification settings - Fork 9
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
Make invoke without a message work with tracing #2389
Labels
Comments
lifflander
added a commit
that referenced
this issue
Jan 13, 2025
lifflander
added a commit
that referenced
this issue
Feb 4, 2025
lifflander
added a commit
that referenced
this issue
Feb 4, 2025
lifflander
added a commit
that referenced
this issue
Feb 4, 2025
lifflander
added a commit
that referenced
this issue
Feb 4, 2025
lifflander
added a commit
that referenced
this issue
Feb 5, 2025
lifflander
added a commit
that referenced
this issue
Feb 12, 2025
lifflander
added a commit
that referenced
this issue
Feb 12, 2025
lifflander
added a commit
that referenced
this issue
Feb 12, 2025
lifflander
added a commit
that referenced
this issue
Feb 12, 2025
lifflander
added a commit
that referenced
this issue
Feb 12, 2025
lifflander
added a commit
that referenced
this issue
Feb 12, 2025
lifflander
added a commit
that referenced
this issue
Feb 13, 2025
lifflander
added a commit
that referenced
this issue
Feb 14, 2025
lifflander
added a commit
that referenced
this issue
Feb 14, 2025
lifflander
added a commit
that referenced
this issue
Feb 14, 2025
lifflander
added a commit
that referenced
this issue
Feb 14, 2025
lifflander
added a commit
that referenced
this issue
Feb 14, 2025
lifflander
added a commit
that referenced
this issue
Feb 14, 2025
lifflander
added a commit
that referenced
this issue
Feb 14, 2025
lifflander
added a commit
that referenced
this issue
Feb 14, 2025
…a-message-work-with-tracing #2389: trace: start tracing invoke calls
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Needs to be Done?
Right now, if the user wants to do
proxy[x].invoke<&Test::xyz>(some args)
(not the message variant) we don't get tracing on these. We want to put these in the registry when tracing is enabled and add the trace context to them in that case.The text was updated successfully, but these errors were encountered: