Skip to content

Commit 343666e

Browse files
committed
update metrics doc
1 parent 0c78478 commit 343666e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/metrics.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ soroban.host-fn-op.read-entry | meter | number of entries rea
166166
soroban.host-fn-op.write-entry | meter | number of entries written
167167
soroban.host-fn-op.read-key-byte | meter | number of key bytes in read entries
168168
soroban.host-fn-op.write-key-byte | meter | number of key bytes in written entries
169-
soroban.host-fn-op.read-ledger-byte | meter | number of data + code bytes in read entries
169+
soroban.host-fn-op.read-ledger-byte | meter | number of entry (data + code) bytes in read entries
170170
soroban.host-fn-op.read-data-byte | meter | number of data bytes in read entries
171171
soroban.host-fn-op.read-code-byte | meter | number of code bytes in read entries
172-
soroban.host-fn-op.write-ledger-byte | meter | number of data + code bytes in written entries
172+
soroban.host-fn-op.write-ledger-byte | meter | number of entry (data + code) bytes in written entries
173173
soroban.host-fn-op.write-data-byte | meter | number of data bytes in written entries
174174
soroban.host-fn-op.write-code-byte | meter | number of code bytes in written entries
175175
soroban.host-fn-op.emit-event | meter | number of events emitted
@@ -186,11 +186,14 @@ soroban.host-fn-op.max-emit-event-byte | meter | bytes of the largest
186186
soroban.host-fn-op.success | meter | if `InvokeHostFunctionOp` results in a success
187187
soroban.host-fn-op.failure | meter | if `InvokeHostFunctionOp` results in a failure
188188
soroban.host-fn-op.exec | timer | time spent in `InvokeHostFunctionOp`
189+
soroban.restore-fprint-op.read-ledger-byte | meter | number of entry bytes in read entries
190+
soroban.restore-fprint-op.write-ledger-byte | meter | number of entry bytes in written entries
191+
soroban.ext-fprint-ttl-op.read-ledger-byte | meter | number of entry bytes in read entries
189192
soroban.ledger.cpu-insn | histogram | metered cpu instructions per ledger
190193
soroban.ledger.read-entry | histogram | number of entries read per ledger
191-
soroban.ledger.read-byte | histogram | number of data + code bytes in read entries per ledger
194+
soroban.ledger.read-byte | histogram | number of entry bytes in read entries per ledger
192195
soroban.ledger.write-entry | histogram | number of entries written per ledger
193-
soroban.ledger.write-byte | histogram | number of data + code bytes in written entries per ledger
196+
soroban.ledger.write-byte | histogram | number of entry bytes in written entries per ledger
194197
soroban.config.contract-max-size-bytes | counter | soroban config setting `contract_max_size_bytes`
195198
soroban.config.ledger-max-instructions | counter | soroban config setting `ledger_max_instructions`
196199
soroban.config.tx-max-instructions | counter | soroban config setting `tx_max_instructions`

0 commit comments

Comments
 (0)