Skip to content

Commit 438ed50

Browse files
committedFeb 16, 2024··
document new metrics in metrics.md
1 parent 15a725e commit 438ed50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docs/metrics.md

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ overlay.async.write | meter | number of async write re
8989
overlay.connection.authenticated | counter | number of authenticated peers
9090
overlay.connection.latency | timer | estimated latency between peers
9191
overlay.connection.pending | counter | number of pending connections
92+
overlay.connection.read-throttle | timer | throttle time for reading incoming traffic from peers
93+
overlay.connection.flood-throttle | timer | throttle time for sending flood traffic to peers
9294
overlay.delay.async-write | timer | time between each message's async write issue and completion
9395
overlay.delay.write-queue | timer | time between each message's entry and exit from peer write queue
9496
overlay.error.read | meter | error while receiving a message

5 commit comments

Comments
 (5)

latobarita commented on Feb 16, 2024

@latobarita
Contributor

saw approval from anupsdf
at marta-lokhova@438ed50

latobarita commented on Feb 16, 2024

@latobarita
Contributor

merging marta-lokhova/stellar-core/throttle_metric = 438ed50 into auto

latobarita commented on Feb 16, 2024

@latobarita
Contributor

marta-lokhova/stellar-core/throttle_metric = 438ed50 merged ok, testing candidate = aa2ab4e

latobarita commented on Feb 16, 2024

@latobarita
Contributor

fast-forwarding master to auto = aa2ab4e

Please sign in to comment.