Skip to content

Commit

Permalink
deactivate metrics dump for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal authored and FlorentinDUBOIS committed Jul 13, 2022
1 parent 7af7a98 commit d0f853a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/metrics/local_drain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ impl LocalDrain {
pub fn dump_cluster_data(&mut self) -> Result<BTreeMap<String,AppMetricsData>, sled::Error> {
let mut apps = BTreeMap::new();

/*
for (key, (meta, kind)) in self.metrics.iter() {
let end = format!("{}\x7F", key);
Expand Down Expand Up @@ -455,6 +456,7 @@ impl LocalDrain {
},
}
}
*/


// still clear the DB for now
Expand Down

0 comments on commit d0f853a

Please sign in to comment.