Count the number of requests that are given to the API on a private server.

Hello everyone, I have the graphhopper API on a private server and I would like to know if there is any way to know how many requests were generated to the API in periods of one day or per week.
Thanks a lot.

I think it is not possible out of the box. You could implement this maybe in the admin connector or grep the logs. Usually it is done in front of GraphHopper at the load balancer.