08 Jul 2024
07:36 PM
- last edited on
12 Jul 2024
01:25 PM
by
MaciejNeumann
Hello Everyone,
I'm trying to create a dashboard where I can separate the web requests from a specific URL based on the part of its query string (more specifically, on one parameter). I found that the {relative-url} splitting does a similar job, but it is too segregated/specific since I want to group up all the web requests with the same specific parameter.
Is there a way to do this? or is there a way to apply a specific filter/regex over the results of the dimension splitter {relative-url}?
Thanks, everyone
Solved! Go to Solution.
09 Jul 2024 04:14 PM - edited 09 Jul 2024 04:14 PM
The easiest way to do this is with Request Attributes based on that query string and use that value to apply some rules and create your own Custom Service Metrics (CSM):
Hope you find it useful.