cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Splitting web requests based on query string

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

1 REPLY 1

Eric_Yu
Dynatrace Mentor
Dynatrace Mentor

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):

  1. Request Attribute: https://docs.dynatrace.com/docs/shortlink/request-attributes-web-requests
  2. Custom Service Metric: https://docs.dynatrace.com/docs/shortlink/calculated-service-metric

Hope you find it useful.

Eric Yu | LATAM ACE Consultant

Featured Posts