*.app.nefele.ai?*.app.nefele.ai/cdn-cgi/trace endpoint and look for the colo field. So for example, https://cloudflare.com/cdn-cgi/trace shows EWR and EWR = New York airport, so Worker is being run in New York.

Date.now and performance.now are only ever updated when I/O occurs, but how do you guys go about debugging internal latency issues?
Date.now is never updated.Date.now inside the worker is not accurate.
WorkerCPUTime and WorkerWallTimeUsTimestampMs for every item inside the Logs array wall-clock time or is it based on the same time performance.now/Date.now use?writeDataPoint, I would expect it to insert data with a correct timestamp. 

TimestampMsLogswriteDataPoint> Using @sveltejs/adapter-cloudflare
Starting mongo...
✘ [ERROR] Could not resolve "dns"
node_modules/.pnpm/mongodb@6.3.0/node_modules/mongodb/lib/sdam/srv_polling.js:4:20:
4 │ const dns = require("dns");
╵ ~~~~~
The package "dns" wasn't found on the file system but is built into node. Are you trying to bundle
for node? You can use "platform: 'node'" to do that, which will remove this error.
✘ [ERROR] Could not resolve "stream"