You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work, it has saved me many hours!! A couple of fields are missing to fully complete the challenge. I am hoping they are easy for you to add.
Network Version (version->build):
http post https://rpc.betanet.near.org jsonrpc=2.0 method=status params:='[]' id=dontcare
Local Node Version (version->build):
http post http://localhost:3030 jsonrpc=2.0 method=status params:='[]' id=dontcare
I'm not sure how to pass a string values of the local/network version to Prometheus but i converted them to a float values, may be it will helpful. new_metrics added:
near_epoch_start_height
near_version_number
near_dev_version_number
near_version_build
near_dev_version_build
For instance we can to alert when our version not matched with a version of a public node
Thanks for the great work, it has saved me many hours!! A couple of fields are missing to fully complete the challenge. I am hoping they are easy for you to add.
Network Version (version->build):
http post https://rpc.betanet.near.org jsonrpc=2.0 method=status params:='[]' id=dontcare
Local Node Version (version->build):
http post http://localhost:3030 jsonrpc=2.0 method=status params:='[]' id=dontcare
Epoch Start Height (epoch_start_height):
http post https://rpc.testnet.near.org jsonrpc=2.0 method=validators params:='[null]' id=dontcare
The text was updated successfully, but these errors were encountered: