We would like to graph evolution of WebRequest Average ResponseTime by partial URI and split by HTTP method over time but we don't know how to group by HTTP method and REST-like URL.
Examples :
- graph avg response time of : http://myhost/get/my/xxx for HTTP Method POST
- graph avg response time of : http://myhost/get/my/xxx for HTTP Method GET
- graph avg response time of : http://myhost/get/my/yyy?param=value for HTTP Method GET
Answer by Jan-Hendrik W. ·
I know, it is an old post, but how to filter on the http method (GET, POST)?
I can't find the evaluation filter to do this. Do I have to create a custom BT value?
Hope, you can help me.
Regards Jan
Answer by Andreas G. ·
I think the best is to have a Business Transaction that splits by URI. You then create 2 versions of this BT - one that filters on GET - and the other on POST Requests. That then allows you to chart each URL per REST Method
JANUARY 15, 3:00 PM GMT / 10:00 AM ET