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

BT instrumentation for HTTP calls

Shritha.S
Discoverer

Hello,

We are trying instrument BTs for the below sample HTTP request.

 

  1.   http://applicationname.net/demo/rest/user/{USER-ID}/[{APP-ID}]

    Note: <USER-ID> and <APP-ID> are dynamics segments.

     

    Requirement is to capture BT as : rest/user/[{APP-ID}]. That means skip <USER-ID> in BT naming

  2. http://applicationname.net/demo/rest/user/{USER-ID}Requirement is to capture BT as : rest/user. That means skip <USER-ID> in BT naming

Note that all these HTTP reqest are generating from same tier and captured as servet call on AppD.

 

How can I write the rule for this? Please find the screen shot of rule defined ( which is not giving the expected result)

Rule.png

 

 

1 REPLY 1

Peter.Holditch
Moderator
Moderator

Shritha,

 

I think you need to split on segment 5 instead of segment 6.

 

Please let me know if that helps.

 

warm regards,

Peter



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.