filecoin-project / go-fil-markets

Shared Implementation of Storage and Retrieval Markets for Filecoin Node Implementations
Other
78 stars 59 forks source link

Market performance metrics #261

Open whyrusleeping opened 4 years ago

whyrusleeping commented 4 years ago

Miners have a strong desire to know how their node is doing in terms of money earned, deals made, etc.

I'm not 100% sure where this should live, but it definitely relates to the markets, so i'm opening the issue here. The markets module seems like a good place to collect and expose metrics.

Things we want to track:

hannahhoward commented 4 years ago

The markets modules ultimately write all their data to various data stores.

I wonder if metrics should use these datastores but potentially live in a seperate repo as a kind of "data warehousing" type project for metrics.

This might make sense too cause we may want to pull data sources from the miner module

alternatively, if we're gonna do it in markets, let's start by breaking it down to tickets and defining the API, and prioritizing which metrics should be finished first. I'll reach out to @mishmosh about this.