That includes Workers & Pages. For Workers you can sort by Requests and see, for Pages you have to go to each and see the Function Metrics for prod/preview
I would assume it is correct, haven't heard any case of it being wrong (although it can be a bit delayed), you just have to find them somewhere in the list. You checked all your Pages projects and such?
What type of app is it? Normally spikey traffic patterns? If you have a Worker Custom Domain/Route on it attached to a pro or higher domain, you can get some better analytics out of it
to me that kind of looks like legit traffic just based on the time frames matching up, it didn't happen off normal peak time, it is a worker consumed by an API or something that could call it a ton of times potentially?
Hmm so they came through the Custom Domain, either not an attack or too small to be detected (75k requests isn't very many over ~3 hours, only a few requests/second. I think the trail mostly ends there then unless your Worker/origin behind the worker has other logs to look at, would need Pro to get more info on the requests. You could set up rules to try to prevent this -- assuming it is an attack - in the future, such as the free unmetered rate limiting and such. It looks like it kind of stopped against that worker, otherwise you could enable Under Attack Mode (or use a config rule to just challenge a specific subdomain) which would challenge every visitor and then you could get some info via Security Events: https://community.cloudflare.com/t/mitigating-an-http-ddos-attack-manually-with-cloudflare/302366