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

URI not reporting in Service Endpoint

nvedia
New Member

 

I am not sure if there is any difference between Business Transaction or Service Endpoint because when I create one, I get simiilar options related to POJO/Servlet/Spring Bean etc

Anyways, the problem I am facing is below

My application has these kind of urls (defined in spring controller in java)

/service/getdata/car

/service/getdata/house

/service/getdata/insurance

 

I create a custom Endpoint as House_Servlet and added URI contains /service/getdata/house

But still I see that everything gets reported under /service (i.e.e all the 3 above urls) in Service Endpoints and for house_Servlet, nothing shows up

 

Is there anything I am doing wrong?

1 REPLY 1

Arun.Dasetty
AppDynamics Team

Hi Nvedia, 

 

Given that /service grouped requests are of type Servlet, Can you check the naming of URI is not single segment, if Yes, change to 3 URI segments as referred in attached view.

 

Screen Shot 2017-05-07 at 12.53.23 PM.png

However for custom rule on URI "/service/getdata/house" not working, can you share screenshots for review with rule config in edit view?

 

 



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