-
Notifications
You must be signed in to change notification settings - Fork 950
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
misc/metrics: Track # connected nodes supporting specific protocol #2734
Merged
Commits on Jun 28, 2022
-
misc/metrics: Explicitly delegate event recording to each recorder
This allows delegating a single event to multiple `Recorder`s. That enables e.g. the `identify::Metrics` `Recorder` to act both on `IdentifyEvent` and `SwarmEvent`. The latter enables it to garbage collect per peer data on disconnects.
Configuration menu - View commit details
-
Copy full SHA for 7bb55ff - Browse repository at this point
Copy the full SHA 7bb55ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9260aa2 - Browse repository at this point
Copy the full SHA 9260aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af02ac - Browse repository at this point
Copy the full SHA 6af02acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c8155 - Browse repository at this point
Copy the full SHA d3c8155View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb07db9 - Browse repository at this point
Copy the full SHA cb07db9View commit details -
misc/metrics: Track # connected nodes supporting specific protocol
An example metric exposed with this patch: ``` libp2p_identify_protocols{protocol="/ipfs/ping/1.0.0"} 10 ``` This implies that 10 of the currently connected nodes support the ping protocol.
Configuration menu - View commit details
-
Copy full SHA for 06d8ef6 - Browse repository at this point
Copy the full SHA 06d8ef6View commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d8d1c19 - Browse repository at this point
Copy the full SHA d8d1c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a0a1d - Browse repository at this point
Copy the full SHA 01a0a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c308868 - Browse repository at this point
Copy the full SHA c308868View commit details -
Configuration menu - View commit details
-
Copy full SHA for a156ba4 - Browse repository at this point
Copy the full SHA a156ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b1109 - Browse repository at this point
Copy the full SHA 06b1109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4264061 - Browse repository at this point
Copy the full SHA 4264061View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 70076f4 - Browse repository at this point
Copy the full SHA 70076f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbd457 - Browse repository at this point
Copy the full SHA 5cbd457View commit details -
Configuration menu - View commit details
-
Copy full SHA for cab8fb4 - Browse repository at this point
Copy the full SHA cab8fb4View commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f3adea7 - Browse repository at this point
Copy the full SHA f3adea7View commit details
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.