removing unwanted error message from prometheus
This commit is contained in:
parent
661d317276
commit
b0a0f6ab9e
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue