Analytics per path with wildcard over api
Is it possible to get the bytes served from cache and from origin, cached requests and not cached requests, for different paths:
like /api/v1/* and /api/v2/* ?
I tried httpRequests1dGroups but it does not have path, also tried
httpRequestsAdaptiveGroups but that does not have bytes and requests.
0 Replies