cmd/geth, rpc/api: move the metrics into the new console

This commit is contained in:
Péter Szilágyi
2015-06-23 19:12:48 +03:00
parent 803b3c4a82
commit bde2ff0343
3 changed files with 69 additions and 1003 deletions

View File

@ -50,6 +50,11 @@ web3._extend({
],
properties:
[
new web3._extend.Property({
name: 'metrics',
getter: 'debug_metrics',
outputFormatter: function(obj) { return obj; }
})
]
});
`