cmd/geth, rpc/api: move the metrics into the new console
This commit is contained in:
@ -50,6 +50,11 @@ web3._extend({
|
||||
],
|
||||
properties:
|
||||
[
|
||||
new web3._extend.Property({
|
||||
name: 'metrics',
|
||||
getter: 'debug_metrics',
|
||||
outputFormatter: function(obj) { return obj; }
|
||||
})
|
||||
]
|
||||
});
|
||||
`
|
||||
|
Reference in New Issue
Block a user