@@ -166,10 +166,10 @@ soroban.host-fn-op.read-entry | meter | number of entries rea
166
166
soroban.host-fn-op.write-entry | meter | number of entries written
167
167
soroban.host-fn-op.read-key-byte | meter | number of key bytes in read entries
168
168
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
170
170
soroban.host-fn-op.read-data-byte | meter | number of data bytes in read entries
171
171
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
173
173
soroban.host-fn-op.write-data-byte | meter | number of data bytes in written entries
174
174
soroban.host-fn-op.write-code-byte | meter | number of code bytes in written entries
175
175
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
186
186
soroban.host-fn-op.success | meter | if ` InvokeHostFunctionOp ` results in a success
187
187
soroban.host-fn-op.failure | meter | if ` InvokeHostFunctionOp ` results in a failure
188
188
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
189
192
soroban.ledger.cpu-insn | histogram | metered cpu instructions per ledger
190
193
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
192
195
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
194
197
soroban.config.contract-max-size-bytes | counter | soroban config setting ` contract_max_size_bytes `
195
198
soroban.config.ledger-max-instructions | counter | soroban config setting ` ledger_max_instructions `
196
199
soroban.config.tx-max-instructions | counter | soroban config setting ` tx_max_instructions `
0 commit comments