Skip to content

Commit 60fe7d0

Browse files
Marko BaricevicMarko Baricevic
authored andcommitted
++
1 parent d0807ca commit 60fe7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

p2p/peer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func (p *peer) send(chID byte, msg proto.Message, sendFunc func(byte, []byte) bo
330330
if res {
331331
labels := []string{
332332
"message_type", metricLabelValue,
333-
// "peer_id", string(p.ID()),
333+
"peer_id", string(p.ID()),
334334
"chID", fmt.Sprintf("%#x", chID),
335335
}
336336
p.metrics.PeerSendBytesTotal.With(labels...).Add(float64(len(msgBytes)))

0 commit comments

Comments
 (0)