near / near-discovery

The homebase for Near Builders
https://dev.near.org
The Unlicense
49 stars 73 forks source link

How might we track usage and errors related to chain-deployed-uis? #1267

Closed charleslavon closed 2 weeks ago

charleslavon commented 3 months ago

The MVP currently uses this contract on testnet. How should we capture and visualize data to be able to report on usage trends and errors for this novel approach to hosting decentralized UIs on near.

s-n-park commented 3 months ago

@mpeterdev , @charleslavon - thanks to Eduardo who built out testnet pipeline in Databricks, we can parse this data relatively easily.

Here's splitting out number of receipts by method name which interestingly shows delete_file and upload_file_partition as the 2 most common. image

Query

I can also break down into the specific args like filename, totalparts, etc.