Hi,
I have to make a business transaction that work on a specific URI (that is, /Order/OrderReview) only when the HTTP Method POST is used.
This is because we need to exclude from statistics all the web requests to /Order/OrderReview that use the HTTP method GET.
What is the metric I have to use in this specific case, please?
Thank you,
Daniele
Answer by Daniele D. ·
I went for option #1. It works perfectly on my version of dynaTrace 5.6. I will try option #2 later on. Thanks both again, Daniele.
Answer by Andreas G. ·
An additional option for these URL-based BTs is to use our Business Transaction Configuration Wizard. This view will show you all PurePaths grouped by URL and HTTP Method. Then you click on your URL and on HTTP POST and the wizard will automatically create a BT with the correct filter measures: Business Transaction Configuration
Answer by David M. ·
HI Daniele,
There is a Web Requests - Method measure you can create, that should allow you to either use as a not contains GET(or another option if other methods are used, eg. HEAD/DELETE) or you can specify /Order/OrderReview and POST. I would suggest exporting some PurePaths and try creating the BT offline with Process Configuration Changes before moving it on a server.
Thanks,
David
JANUARY 15, 3:00 PM GMT / 10:00 AM ET