pull/6/head
parent
60c31e1a5f
commit
fe7aaaaef3
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue