pub(crate) async fn ingest_datapoint(
end: &mut EndpointStatus,
msg: &Update,
) -> bool
Expand description
Stores a probe datapoint. Returns true
if a service endpoint change is detected.
pub(crate) async fn ingest_datapoint(
end: &mut EndpointStatus,
msg: &Update,
) -> bool
Stores a probe datapoint. Returns true
if a service endpoint change is detected.