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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
In order to infer the distribution of node versions which are being used on the network, drone's lotus input plugin should periodically query lotus for the number of peers seen for each user agent and persist these values with the current timestamp.
Proposal:
Desired behavior:
Via the lotus input plugin's Gather method, capture and add the following metric once per unique version string and return error appropriately upon completion.
Feature Request
In order to infer the distribution of node versions which are being used on the network, drone's lotus input plugin should periodically query lotus for the number of peers seen for each user agent and persist these values with the current timestamp.
Proposal:
Desired behavior:
Via the lotus input plugin's
Gather
method, capture and add the following metric once per unique version string and return error appropriately upon completion.Data can be sourced via lotus's NetPeers API.
Acceptance Criteria
observed_node_versions
table:Example data output (non-prescriptive):
Use case:
Useful for tracking node upgrades being adopted by the network.
The text was updated successfully, but these errors were encountered: