User Authentication Layer -- recommendations?
need to monitor usage and someday to monetize. Any recommendations appreciated.
I still haven't got my head around all the Cloudflare offerings but I guess a worker is the way to go. I have one that routes for my URL. That's about all I know so far.
1 Reply
Support AI
Based on the Cloudflare documentation, it seems like you're on the right track with using a Worker to route for your URL.
To monitor usage and eventually monetize, I'd recommend exploring the following options:
1. Analytics: Cloudflare provides analytics for Workers, which can help you track usage, requests, and bandwidth. You can access these metrics in the Cloudflare dashboard under Workers & Pages > Overview > Metrics.
2. Billing: As you mentioned, Cloudflare has a pricing model for Workers based on requests. You can find more information on billing in the Cloudflare documentation: https://developers.cloudflare.com/workers/platform/pricing/
3. Subrequests: Since you're using a Worker to route for your URL, you might want to monitor subrequests, which are requests made by the Worker to your origin server. You can find subrequest metrics in the Cloudflare dashboard under Analytics > Workers.
4. Zone analytics: Zone analytics provide insights into traffic and requests for your entire zone, including Workers. You can access zone analytics in the Cloudflare dashboard under Analytics > Zone.
To further explore these options and get a better understanding of Cloudflare's offerings, I recommend checking out the following resources:
* Cloudflare Workers documentation: https://developers.cloudflare.com/workers/
* Cloudflare Analytics documentation: https://developers.cloudflare.com/analytics/
* Cloudflare Billing documentation: https://developers.cloudflare.com/workers/platform/pricing/
Feel free to ask more questions or clarify any doubts you have, and I'll do my best to help!
Sources
Feedback
Feedback has been submitted! Thank you :)
This is an AI generated response, it may not be 100% accurate. Please validate the output. You can ask followups by replying to this message or mentioning me.