debugging code for metrics

This commit is contained in:
2025-07-30 17:57:24 +02:00
parent a15d507015
commit a96b3ce832

View File

@@ -295,6 +295,7 @@ impl MetricsCollector {
loop {
interval.tick().await;
let metric = self.collect_metrics();
println!("Collected metrics: {:?}", metric);
match client.post(&url).json(&metric).send().await {
Ok(res) => println!(