Skip to content

Update sector health rate to account for all sectors (not just active sectors) #15

@BigLep

Description

@BigLep

I believe the "Sector Health Rate" metric is currently

$$\frac{\text{Number of Active Sectors - Number of Faulted Sectors}}{\text{Number of Active Sectors}}$$

Where Active Sectors is sectors that are truly in the "Active State". I think actually what we want is:

$$\frac{\text{Number of All Sectors - Number of Faulted Sectors}}{\text{Number of All Sectors}}$$

I think that will prevent the dips we see in the "Active Sectors" graph:

image

https://filecoin-project.github.io/filecoin-storage-providers-market/provider/f01083914#durability

Basically I think we want to compare faulted sectors with the total number of sectors that an SP has, regardless of what state the sectors are in (looking at the states in https://lotus.filecoin.io/reference/lotus/state/#stateminerpartitions ).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions