You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/metrics.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ bucketlistDB-live.bulk.eviction | timer | time to load for evictio
49
49
bucketlistDB-live.bulk.query | timer | time to load for query server
50
50
bucketlistDB-<X>.<Y>.sum | counter | sum of time (microseconds) to load single entry of type <Y> on BucketList <X> (live/hotArchive)
51
51
bucketlistDB-<X>.<Y>.count | counter | number of times single entry of type <Y> on BucketList <X> (live/hotArchive) is loaded
52
+
bucketlistDB-<X>.<Y>.max | counter | max (since last metrics call) of time (microseconds) to load single entry of type <Y> on BucketList <X> (live/hotArchive)
52
53
bucketlistDB-cache.hit | meter | number of cache hits on Live BucketList Disk random eviction cache
53
54
bucketlistDB-cache.miss | meter | number of cache misses on Live BucketList Disk random eviction cache
54
55
bucketlistDB.cache.entries | counter | number of entries currently in Live BucketList index cache
@@ -65,8 +66,10 @@ herder.pending[-soroban]-txs.age3 | counter | number of gen3 pending t
65
66
herder.pending[-soroban]-txs.banned | counter | number of transactions that got banned
66
67
herder.pending[-soroban]-txs.sum | counter | sum of time (milliseconds) for transactions to be included in a ledger
67
68
herder.pending[-soroban]-txs.count | counter | number of transactions to be included in a ledger
69
+
herder.pending[-soroban]-txs.max | counter | largest time (milliseconds) for a transaction to be included in a ledger since last metrics call
68
70
herder.pending[-soroban]-txs.self-sum | counter | sum of time (milliseconds) for transactions submitted from this node to be included in a ledger
69
71
herder.pending[-soroban]-txs.self-count | counter | number of transactions submitted from this node to be included in a ledger
72
+
herder.pending[-soroban]-txs.self-max | counter | largest time (milliseconds) for a transaction submitted from this node to be included in a ledger since last metrics call
70
73
herder.pending[-soroban]-txs.evicted-due-to-low-fee-count | counter | Count of transactions evicted by higher fee txs when queue is near its capacity.
71
74
herder.pending[-soroban]-txs.evicted-due-to-age-count | counter | Count of transactions that had low fee for too long and have not been included into several ledgers in a row.
72
75
herder.pending[-soroban]-txs.not-included-due-to-low-fee-count | counter | Count of transactions that were not included into queue because it is at capacity and the fee is too low to replace other txs.
@@ -163,6 +166,7 @@ overlay.outbound.establish | meter | outbound connection esta
163
166
overlay.recv.<X> | timer | received message <X> (except transaction)
164
167
overlay.recv-transaction.sum | counter | sum of time (microseconds) to receive transaction message
165
168
overlay.recv-transaction.count | counter | number of transaction messages received
169
+
overlay.recv-transaction.max | counter | maximum time (microseconds) to receive transaction message since last metrics call
166
170
overlay.send.<X> | meter | sent message <X>
167
171
overlay.timeout.idle | meter | idle peer timeout
168
172
overlay.timeout.straggler | meter | straggler peer timeout
0 commit comments