Skip to content

Commit

Permalink
removing unwanted error message from prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Oct 30, 2024
1 parent 661d317 commit b0a0f6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/autobahn-router/src/prometheus_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ impl PrometheusSync {
}

async fn get_prometheus_stream() -> Result<String, AppError> {
error!("got message for prometheus");
let mut metrics_buffer = Vec::new();
let encoder = TextEncoder::new();

Expand Down

0 comments on commit b0a0f6a

Please sign in to comment.