You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's likely depending on your region the huge increase in usage is just awaiting the response from the server to confirm the logs have been written, is there anyway for you to check what percent of the runtime is spent idling? it might be that serverless logging could use a rework to just pop off log requests without batching and never await them as the loss of a few logs due to network issues is less important then the massive increase in cost
Hello, I'm using @logtail/edge in a cloudflare pages application with _worker.js. The web server is hono.
I recently added @logtail/edge to my app and my usage increased from around 60 GB-s to 2.3k GB-s
For now I have removed logging and will update the thread with how the usage looks post removal.
The text was updated successfully, but these errors were encountered: