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

Can we merge services with different entry point

imoskovko1
Inactive

Hello!

We have customer requirement to merge
services with different entry point ( Web service, web request services,
requests executed in background threads).

On screenshot same JAR file. And from custopmer point of view it should be same one service.

Customers dev&ops team says that they have 1 java process (jar) They want to see 1
service. In Dynatrace we have three services (web request service, web service,
Background activity).

Reagards,

Igor

 

2 REPLIES 2

nj_njoku
Inactive

Hi Igor,

This is not possible. For services to be merged, they must meet all of these requirements.

  • Belong to the same process group,
  • Share the same underlying technology - X
  • Follow the same naming pattern.

As these services are different, (i.e. Web request, web service and requests executed in background threads), they do not follow the same naming pattern and cannot be merged. See more on Merged Services here.

Thanks

NJ


imoskovko1
Inactive

Let us think ...

Thank you for help!


Featured Posts