chore: switch tokio-ping over to fork
This commit is contained in:
@ -25,7 +25,7 @@ use log::{info, trace};
|
||||
use prometheus::*;
|
||||
use std::net::IpAddr;
|
||||
use std::time::Duration;
|
||||
use tokio_ping::{PingFuture, Pinger};
|
||||
use tokio_icmp_echo::{PingFuture, Pinger};
|
||||
|
||||
lazy_static! {
|
||||
static ref PING_HISTOGRAM: HistogramVec = register_histogram_vec!(
|
||||
|
Reference in New Issue
Block a user