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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ bucketlistDB-cache.hit | meter | number of cache hits on
55
55
bucketlistDB-cache.miss | meter | number of cache misses on Live BucketList Disk random eviction cache
56
56
bucketlistDB.cache.entries | counter | number of entries currently in Live BucketList index cache
57
57
bucketlistDB.cache.bytes | counter | estimated size in bytes of entries in Live BucketList index cache
58
+
clock.ntp.offset-ms | counter | last measured offset (ms) between the local clock and the configured NTP server (signed; positive means the local clock is behind true time). Requires NTP_DRIFT_CHECK_SERVER
59
+
clock.ntp.probe-failure | meter | NTP drift-check probe failed to reach NTP server
58
60
crypto.verify.hit | meter | number of signature cache hits
59
61
crypto.verify.miss | meter | number of signature cache misses
60
62
crypto.verify.total | meter | sum of both hits and misses
@@ -199,6 +201,7 @@ scp.timing.externalized | timer | time spent in ballot pro
199
201
scp.timing.first-to-self-externalize-lag | timer | delay between first externalize message and local node externalizing
200
202
scp.timing.self-to-others-externalize-lag | timer | delay between local node externalizing and later externalize messages from other nodes
201
203
scp.timing.ballot-blocked-on-txset | timer | time balloting was blocked waiting for a txset download (milliseconds)
204
+
scp.trigger.prepare-start-fallback | meter | experimental trigger timer fell back from the network-close-time anchor to the local prepare-start anchor
202
205
scp.value.invalid | meter | SCP value is invalid
203
206
scp.value.valid | meter | SCP value is valid
204
207
scp.slot.values-referenced | histogram | number of values referenced per consensus round
0 commit comments