I'm trying to configure a software service for the Stibo StepTrailblazer solution. This solution consists of a fat java client interacting directly with an application server over http.
In dynaTrace application monitor I can see that user requests look like:
Web Requests Details
HTTP Method:POST
URI:/remote/service
Query:m=com.stibo.services.assetpush.interfaces.AssetPushQueueService.getEvents
Servlet Name:ServiceServlet
Web Application Id:/remote
Host:svliscza.colruyt.int
Response Status:200 - OK
Answer by wim d. ·
I want to create DCRUM visibility for the different request (request type is passed as parameter m=....). Ideally the DCRUM page name should reflect the user action (in the above example I want the page name to beAssetPushQueueService.getEvents).
When looking in the DCRUM 12.3 documentation I see that this doc does not reflect what I see in the RUM console. So I did some trial and error:
This is my Software Service definition:
This is my URL definition:
RUM console 12.3 tells me to use Dimensions, Metrics, Attributes for pagename rules:
The Transformation regex should extract the last 2 words from the m= parameter of the request.
When I click OK now, I get:
Then I go to the parameter tab:
But what do I do now?
Wim.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET