You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose the following info for reporting back metrics:
kademlia total number of records store in the memory store
kademlia total number of bytes stored in the memory store (sum of all record's value)
kademlia entries per bucket
For simplicity, this can be a Vec<(u32, size)> similar to libp2p, where u32 is the base log2 of the bucket lower bound and usize is the number of peers in that bucket
The text was updated successfully, but these errors were encountered:
Expose the following info for reporting back metrics:
u32
is the base log2 of the bucket lower bound andusize
is the number of peers in that bucketThe text was updated successfully, but these errors were encountered: