Abstract views, PDF views and Download Stats Made Public 😶

I can’t login to your server to debug, but these screenshots are helpful. This indicates that your Usage Statistics processing is occurring normally.

Next check your database’s metrics table to see if there are ā€œojs::counterā€ metrics for recent dates. In SQL, you could run this query:
SELECT * FROM metrics WHERE metric_type = "ojs::counter" ORDER BY day DESC LIMIT 25;

You would expect to see the name of the logs in load_id, and counts in metric for recent days in YYYYMMDD format.