protocols/gossipsub: Add mesh metrics (#2316)

Enable instrumenting mesh through metrics and add gossipsub to
misc/metrics.

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
Divma
2021-11-16 08:59:39 -05:00
committed by GitHub
parent c4f7877853
commit 2066a192ad
12 changed files with 529 additions and 27 deletions

View File

@ -132,6 +132,7 @@ mod gossip_promises;
mod handler;
mod interval;
mod mcache;
pub mod metrics;
mod peer_score;
pub mod subscription_filter;
pub mod time_cache;