From b0a0f6ab9ea8c2517676337a83618250513da5a1 Mon Sep 17 00:00:00 2001 From: godmodegalactus Date: Wed, 30 Oct 2024 16:29:05 +0100 Subject: [PATCH] removing unwanted error message from prometheus --- bin/autobahn-router/src/prometheus_sync.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/autobahn-router/src/prometheus_sync.rs b/bin/autobahn-router/src/prometheus_sync.rs index a6dd323..896e1c1 100644 --- a/bin/autobahn-router/src/prometheus_sync.rs +++ b/bin/autobahn-router/src/prometheus_sync.rs @@ -18,7 +18,6 @@ impl PrometheusSync { } async fn get_prometheus_stream() -> Result { - error!("got message for prometheus"); let mut metrics_buffer = Vec::new(); let encoder = TextEncoder::new();