Hi,
We have a application which is deployed as single jar file .Dynatrace has detected all the services for that application under a single service i.e. context root service with a forward slash (/).
Is there a way to separate out these services from root service.
Solved! Go to Solution.
Yes, by defining custom services. But it's being defined on the code level, not on URL. You can define custom services and specify entry points for these services (for Java - Class name and methods). For more information see https://www.dynatrace.com/support/help/server-side-services/service-monitoring/why-are-my-services-n....
Featured Posts