mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-17 05:47:38 +00:00
rpc: add metrics for invoke* RPCs
This commit is contained in:
parent
2ed417388b
commit
57f37bc7a0
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ var (
|
||||||
"getunspents",
|
"getunspents",
|
||||||
"getvalidators",
|
"getvalidators",
|
||||||
"getversion",
|
"getversion",
|
||||||
|
"invoke",
|
||||||
|
"invokefunction",
|
||||||
|
"invokescript",
|
||||||
"sendrawtransaction",
|
"sendrawtransaction",
|
||||||
"submitblock",
|
"submitblock",
|
||||||
"validateaddress",
|
"validateaddress",
|
||||||
|
|
Loading…
Add table
Reference in a new issue