-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Metrics shouldn't slow us down #235
Comments
Closed
As a note those are two different locks. |
Will be fixed by using https://github.com/stebalien/go-flow-metrics |
Stebalien
added a commit
to libp2p/go-libp2p-metrics
that referenced
this issue
Dec 11, 2017
marten-seemann
pushed a commit
that referenced
this issue
Apr 21, 2022
* add quic to swarm testing * update go
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're seeing some pretty severe lock contention (mostly because we record every message sent...).
E.g.,
The text was updated successfully, but these errors were encountered: