URL grouping with query parameters
search cancel

URL grouping with query parameters

book

Article ID: 421519

calendar_today

Updated On:

Products

DX SaaS

Issue/Introduction

Configuring URL grouping based on the value of query parameters of the transaction URLs. 

Example URLs:

https://<hostname>/<URL path>/<URL path>/test?input=Report&format=XLS

https://<hostname>/<URL path>/<URL path>/test?input=Report&format=PDF

https://<hostname>/<URL path>/<URL path>/test?input=Report&format=TXT

 

Resolution

With following configuration in the agent profile (IntroscopeAgent.profile)
 

 

introscope.agent.urlgroup.keys=report5,,default
introscope.agent.urlgroup.group.report5.pathprefix=/<URL path>/<URL path>/test?input=Report
introscope.agent.urlgroup.group.report5.format={query_param:dispatch}_{query_param:format}

introscope.agent.urlgroup.group.default.pathprefix=*
introscope.agent.urlgroup.group.default.format={path_delimited:/:0:5}