track drop in metrics

pull/672/head
Jeff Becker 5 years ago
parent 146cc8d3b2
commit eaab454e80
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1437,6 +1437,7 @@ namespace llarp
return;
}
LogWarn("message to ", remote, " was dropped");
metrics::integerTick(msg->Name(), "to", 1, "drop", remote.ToString());
}
void

Loading…
Cancel
Save