moves cluster-info metrics to a separate module (#16883) (#16898)

(cherry picked from commit b17d5eeaee)

Co-authored-by: behzad nouri <behzadnouri@gmail.com>
This commit is contained in:
mergify[bot]
2021-04-28 04:18:46 +00:00
committed by GitHub
parent ec750cf3eb
commit ed8c796877
3 changed files with 399 additions and 427 deletions

View File

@@ -22,6 +22,7 @@ pub mod shred_fetch_stage;
#[macro_use]
pub mod contact_info;
pub mod cluster_info;
mod cluster_info_metrics;
pub mod cluster_slot_state_verifier;
pub mod cluster_slots;
pub mod cluster_slots_service;