filecoin-station / spark-stats

API exposing public statistics about Spark
Other
0 stars 1 forks source link

feat: `GET /deals/summary` #161

Closed bajtos closed 3 months ago

bajtos commented 3 months ago

Return a summary of deals for the selected interval. These values are a bit difficult to calculate on the Grafana side, but I find it easier to build them on our backend.

{
  total: '6900',
  indexed: '709',
  retrievable: '69'
}

Links:

Screenshot from our internal dashboard to illustrate what I am trying to achieve:

Screenshot 2024-06-21 at 17 54 49
bajtos commented 3 months ago

@juliangruber hindsight please 🙏🏻