Skip to content

Commit

Permalink
Use milliseconds for SCP stats (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmytro Kozhevin <dmytro@stellar.org>
  • Loading branch information
bboston7 and dmkozh committed May 30, 2024
1 parent e0b2990 commit 70180d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stellar-overlay.x
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ struct TimeSlicedNodeData
uint32 totalOutboundPeerCount;

// SCP stats
uint32 p75SCPFirstToSelfLatencyNs;
uint32 p75SCPSelfToOtherLatencyNs;
uint32 p75SCPFirstToSelfLatencyMs;
uint32 p75SCPSelfToOtherLatencyMs;

// How many times the node lost sync in the time slice
uint32 lostSyncCount;
Expand Down

0 comments on commit 70180d5

Please sign in to comment.