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:
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 ).
I believe the "Sector Health Rate" metric is currently
Where
Active Sectorsis sectors that are truly in the "Active State". I think actually what we want is:I think that will prevent the dips we see in the "Active Sectors" graph:
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 ).