removing unwanted error message from prometheus

This commit is contained in:
godmodegalactus 2024-10-30 16:29:05 +01:00
parent 661d317276
commit b0a0f6ab9e
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
1 changed files with 0 additions and 1 deletions

View File

@ -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();