Okay, I want to make a counter which counts the no. of requests hitting my worker. Is there a bette

Okay,

I want to make a counter which counts the no. of requests hitting my worker. Is there a better option for this value fetch ??

I was thinking of kv earlier but it is billable and expensive for a simple counter property as it requires write action in every request.

Is there a better way for this value to be accessible in the worker itself?
Was this page helpful?