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
Right now all the new hardware information gets aggregated and sent in the ChainStatsUpdate feed message.
For things like the thousand validators programme, having this hardware data on a per node basis will help a lot with nominations, monitoring network health, and debugging.
For now I think it would be good to add this to the AddedNode Message, as this is what will get sent upon subscribing to the feed.
I'd love to know precisely what information you currently want to obtain from telemetry over in that issue, so that we can see how easy/difficult it might be to expose a properly supported API that is separate from the frontend feed.
Right now all the new hardware information gets aggregated and sent in the
ChainStatsUpdate
feed message.For things like the thousand validators programme, having this hardware data on a per node basis will help a lot with nominations, monitoring network health, and debugging.
For now I think it would be good to add this to the
AddedNode
Message, as this is what will get sent upon subscribing to the feed.It would help to include three new messages:
The IP Address part is also useful for determining infrastructure providers via various different apis.
The text was updated successfully, but these errors were encountered: