Revert "Add debug messages around sending cached metrics"

This reverts commit a839860c2e.
This commit is contained in:
Anastasia Lubennikova
2023-02-16 16:29:19 +02:00
parent d9ba3c5f5e
commit 6139e8e426

View File

@@ -239,18 +239,6 @@ pub async fn collect_metrics_iteration(
Some(val) => val != curr_val,
None => true,
});
info!(
"sending only changed metrics, {} values at {}",
current_metrics.len(),
Utc::now()
);
} else {
info!(
"sending all metrics, including cached ones. {} values at {}",
current_metrics.len(),
Utc::now()
);
}
if current_metrics.is_empty() {