|
1 | 1 | { |
2 | 2 | "Forge.DelegMapSize": "Delegation map size", |
3 | 3 | "Forge.UtxoSize": "UTxO set size", |
| 4 | + "Forge.forged": "Counter of forged blocks", |
4 | 5 | "Mem.resident": "Kernel-reported RSS (resident set size)", |
5 | 6 | "RTS.alloc": "RTS-reported bytes allocated", |
6 | 7 | "RTS.gcHeapBytes": "RTS-reported heap bytes", |
|
15 | 16 | "Stat.fsWr": "FS bytes written", |
16 | 17 | "Stat.netRd": "IP packet bytes read", |
17 | 18 | "Stat.netWr": "IP packet bytes written", |
18 | | - "SuppressedMessages...": "Number of suppressed messages of a certain kind", |
19 | 19 | "blockNum": "Number of blocks in this chain fragment.", |
20 | 20 | "blockReplayProgress": "Progress in percent", |
| 21 | + "blockfetchclient.blockdelay": "delay (s) of the latest block fetch", |
| 22 | + "blockfetchclient.blockdelay.cdfFive": "probability for block fetch to complete within 5s", |
| 23 | + "blockfetchclient.blockdelay.cdfOne": "probability for block fetch to complete within 1s", |
| 24 | + "blockfetchclient.blockdelay.cdfThree": "probability for block fetch to complete within 3s", |
| 25 | + "blockfetchclient.blocksize": "block size (bytes) of the latest block fetch", |
| 26 | + "blockfetchclient.lateblocks": "number of block fetches that took longer than 5s", |
21 | 27 | "blocksForged": "How many blocks did this node forge?", |
22 | 28 | "cardano_build_info": "Cardano node build info", |
23 | 29 | "cardano_version_major": "Cardano node version information", |
|
26 | 32 | "connectedPeers": "Number of connected peers", |
27 | 33 | "density": "The actual number of blocks created over the maximum expected number of blocks that could be created over the span of the last @k@ blocks.", |
28 | 34 | "epoch": "In which epoch is the tip of the current chain.", |
| 35 | + "forgedSlotLast": "Slot number of the last forged block", |
29 | 36 | "forging_enabled": "A node without forger credentials or started as non-producing has forging disabled.", |
30 | 37 | "forks": "counter for forks", |
31 | 38 | "haskell_compiler_major": "Cardano compiler version information", |
32 | 39 | "haskell_compiler_minor": "Cardano compiler version information", |
| 40 | + "haskell_compiler_patch": "Cardano compiler version information", |
33 | 41 | "mempoolBytes": "Byte size of the mempool", |
34 | 42 | "node.start.time": "The UTC time this node was started represented in POSIX seconds.", |
35 | 43 | "nodeCannotForge": "How many times was this node unable to forge [a block]?", |
|
0 commit comments