@ewan I’m seeing a similar issue as described in this thread that occurred just yesterday. I decided to spin up a database to follow @databrecht’s Cloudflare Workers tutorial (Getting started with Fauna and Cloudflare Workers). I’ve created a single collection with a single product document. As you can see, I’ve done 6 queries against it, however, the Dashboard is showing 73x the read ops (438), which is over 98% of the read ops.
Surely this can’t be correct. If customers are billed for Dashboard activity, then a significant percentage of billing will be just checking to see the actual DB metrics. I understand being billed for shell activity as those are user actions against the DB. But we shouldn’t be billed for the dashboard just to see the actual usage metrics.
Appreciate any help we can get to look further into this.