I am using a remote connection to my KV instance and using the kv.list API to retrieve data. This interaction isn't appearing in the analytics under KV read units consumed.
Project: high-chicken-79
Steps to reproduce
Create and populate KV instance on Deploy
Connect to KV remotely from local Deno process
Perform reads via kv.list
Go to analytics tab of dashboard, analytics do not reflect reads consumed
Expected behavior
Analytics should reflect all reads consumed, even if from remote connections
Problem description
I am using a remote connection to my KV instance and using the
kv.list
API to retrieve data. This interaction isn't appearing in the analytics under KV read units consumed.Project: high-chicken-79
Steps to reproduce
kv.list
Expected behavior
Analytics should reflect all reads consumed, even if from remote connections
Environment
Deploy + remote KV
Possible solution
No response
Additional context
No response