-
Notifications
You must be signed in to change notification settings - Fork 38
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
Tracing: looking at how incoming messages move through the system - ResponseManager #318
Labels
need/triage
Needs initial labeling and prioritization
Comments
rvagg
added a commit
that referenced
this issue
Jan 5, 2022
rvagg
added a commit
that referenced
this issue
Jan 5, 2022
rvagg
added a commit
that referenced
this issue
Jan 6, 2022
rvagg
added a commit
that referenced
this issue
Jan 6, 2022
rvagg
added a commit
that referenced
this issue
Jan 10, 2022
hannahhoward
pushed a commit
that referenced
this issue
Jan 12, 2022
* feat(responsemanager): trace full messages via links to responses Fixes: #318 * chore(responsemanager): rename processRequests internals for consistency * fix(responsemanager): make TestCancellationQueryInProgress less strict
Repository owner
moved this from Ready
to Done
in Project Thunder (Interop)
Jan 12, 2022
rvagg
added a commit
that referenced
this issue
Jan 13, 2022
* feat(responsemanager): trace full messages via links to responses Fixes: #318 * chore(responsemanager): rename processRequests internals for consistency * fix(responsemanager): make TestCancellationQueryInProgress less strict
rvagg
added a commit
that referenced
this issue
Jan 14, 2022
* feat(responsemanager): trace full messages via links to responses Fixes: #318 * chore(responsemanager): rename processRequests internals for consistency * fix(responsemanager): make TestCancellationQueryInProgress less strict
marten-seemann
pushed a commit
that referenced
this issue
Mar 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goals
It might be nice to understand how long is spent processing incoming requests
Essentially:
go-graphsync/responsemanager/server.go
Line 183 in 655606b
-if it's an update, link it to the update span --
go-graphsync/responsemanager/server.go
Line 67 in 655606b
go-graphsync/responsemanager/server.go
Line 138 in 655606b
The text was updated successfully, but these errors were encountered: