Add a metric to display pruning of the node's peer

This commit is contained in:
Shrenuj Bansal
2023-07-07 10:41:36 -04:00
parent 537d31416e
commit 60ee56a23e
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -559,6 +559,7 @@ func (trw *tracerWrapper) Trace(evt *pubsub_pb.TraceEvent) {
}
case pubsub_pb.TraceEvent_PRUNE:
stats.Record(context.TODO(), metrics.PubsubPruneMessage.M(1))
if trw.traceMessage(evt.GetPrune().GetTopic()) {
if trw.lp2pTracer != nil {
trw.lp2pTracer.Trace(evt)