Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Boost stats metrics and list of transports protocols #32

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

masih
Copy link
Member

@masih masih commented Jul 7, 2023

Expand metrics and data collection to include:

  • stats on SP markets protocol
  • total number of Boost SPs
  • total Boost raw and quality adjusted power
  • state miner power for all SPs
  • total SPs with min power
  • list of transport protocols exposed by a SP queried via /fil/retrieval/transports/1.0.0
  • stats on number of SPs per transport protocol.
  • stats on agent version which can be used to see what software SPs run.

Change the API server filtering by peer ID to also consider peer IDs that may be listed under transports.

Fixes #30 #25

@masih masih requested a review from willscott July 7, 2023 14:36
Comment on lines +5 to +6
// ploydawn/refmt used by go-ipld-prime needs to upgrade for this to go away. See:
// - https://github.com/polydawn/refmt/blob/master/go.mod#L7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we PR to update this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On my todo

target.go Outdated Show resolved Hide resolved
Expand metrics and data collection to include:
* stats on SP markets protocol
* total number of Boost SPs
* total Boost raw and quality adjusted power
* state miner power for all SPs
* total SPs with min power
* list of transport protocols exposed by a SP queried via
  `/fil/retrieval/transports/1.0.0`
* stats on number of SPs per transport protocol.
* stats on agent version which can be used to see what software SPs run.

Change the API server filtering by peer ID to also consider peer IDs
that may be listed under transports.

Fixes #30 #25
@masih masih force-pushed the masih/boost_and_transport branch from 731dd9f to 68e8437 Compare July 7, 2023 15:37
@masih masih merged commit 5f9e569 into main Jul 7, 2023
16 checks passed
@masih masih deleted the masih/boost_and_transport branch July 7, 2023 15:40
masih added a commit to ipni/storetheindex that referenced this pull request Jul 7, 2023
masih added a commit to ipni/storetheindex that referenced this pull request Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Capture information on the list transport protocols supported by SPs
2 participants