Custom report - Aggregate by url

Currently, this consider as different endpoints (dimension):
1. /api/v1/projects/uuid1
2. /api/v1/projects/uuid2

But for analytics purposes, I want to aggregate those two endpoints because they are the same endpoint with different query param.
Is it possible to do this? or every value is a different dimension?

0 6 248
6 REPLIES 6

Not applicable

There is a filter option in the custom report page creation. You can put the filter condition with proxy path suffix or request path or uri as per your requirement.

Hope this will help you get what you are searching for.

Thanks, but all of them contain the value of the endpoint, so can't aggregate different uuids with those filters/dimension, am I missing something?

Not applicable

You want to aggregate by url and you have filter option for that and you can specify the UUID value in the filter.

But I want to ignore the specific values, so all of them will be considered as one value

Then specify /api/v1/projects/* in filter

But filter will just... Well.. Filter any other url.

I want to aggregate them instead.

For example:

I have 2 urls:

1. /projects/(id)

2. /projects/(id)/users/(user ID)

I want to get the avg response time of each one of them. No matter if the user ID is 6,10 or 3838.

So the report Will show:

800ms for project endpoint and 900ms for users endpoint

Sorry for not being clear in my question.