-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat: go-libp2p v0.21 (rcmgr auto scaling) #9074
Merged
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c3589a1
WIP rcmgr auto limit scaling
marten-seemann 679d3d2
Add obs to resource manager
MarcoPolo 2b2efc6
Add allowlist config option
MarcoPolo 68d9073
Use RC version
MarcoPolo 62a9829
Reintroduce connmgr hi watermark logic
MarcoPolo 66b974d
Add sharness test for allowlist
MarcoPolo 550663f
Fix lint
MarcoPolo 1ff4e48
Fix err
MarcoPolo f4f4128
Update rcmgr dep
MarcoPolo dffdd35
Update go-libp2p to latest master
MarcoPolo 0b3c7bc
mod tidy
MarcoPolo 30fb10a
Update pinned defaults
MarcoPolo 7245e8d
Update checkImplicitDefaults
MarcoPolo 0c58d6e
Use released version of go-libp2p v0.21;
MarcoPolo 629245a
Use released version of rcmgr, use specific commit for kad-dht
MarcoPolo 3f42d96
Use newer rcmgr
MarcoPolo b0adea3
Update go.mod/sum in examples/kubo-as-a-library
MarcoPolo 4cd437d
Use replace in kubo example as a library
MarcoPolo 27b046f
Move register exporter to metrics file
MarcoPolo 3ed83e4
Update go-libp2p-resource-manager to v0.5.3
MarcoPolo da54d5c
Check err for view.Register
MarcoPolo 194eb2f
Go mod tidy
MarcoPolo 831135c
Update go-libp2p-kad-dht to v0.17.0
MarcoPolo 5c858d5
Go mod tidy kubo-as-a-library
MarcoPolo 5ca74c7
docs(config): Swarm.ResourceMgr.Allowlist
lidel a42848a
chore: switch back to goleveldb v1.0.0
lidel 77251b6
test(rcmgr): regression test prometherus metrics
lidel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have to worry about spans here?