More statistics (#20)

* cleaner stats

* remove shard selection there
This commit is contained in:
Lev Kokotov
2022-02-15 08:18:01 -08:00
committed by GitHub
parent 659b1e00b8
commit 05b4cccb97
5 changed files with 136 additions and 51 deletions

View File

@@ -17,6 +17,7 @@ pub enum Role {
pub struct Address {
pub host: String,
pub port: String,
pub shard: usize,
pub role: Role,
}