pull/6/head
prplV 2025-02-13 20:25:25 +03:00
parent 60c31e1a5f
commit fe7aaaaef3
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ impl<'a> ApiPoll<'a> {
error!("Cannot parse grabbed metrics data to String"); error!("Cannot parse grabbed metrics data to String");
String::from(r#""value" : null"#) String::from(r#""value" : null"#)
}); });
// dbg!(&metrics);
match Exporter::export_metrics(&metrics).await { match Exporter::export_metrics(&metrics).await {
Ok(_) => { Ok(_) => {
info!("Successfully imported metrics data to Prometheus"); info!("Successfully imported metrics data to Prometheus");