25 Nov 2024 08:26 AM
I am creating the service detection rule based on the URL Path for that web service,
It was like /users/............/Identity/verify
the above mentioned ".........." are represented as Customer ID for the web service, whenever that service was getting traffic, it creates a new service using the cust id (lots of services are creating)
I am giving the condition as Url Path ends with /identity/verify
any suggestions here please.
25 Nov 2024 08:30 AM
Most likely you need to override the detected URL context root to a fixed value like this:
25 Nov 2024 09:55 AM - edited 28 Nov 2024 10:44 AM
25 Nov 2024 10:13 AM
Based on the description of your situation, this should do the trick. If not, please provide a screenshot of service properties for a service in your case.
26 Nov 2024 11:26 AM - edited 28 Nov 2024 10:43 AM
26 Nov 2024 03:58 PM
You are confusing services and requests.
What you have shown is a request. You already have the requests in one service. Please provide service properties for services you would like to merge:
27 Nov 2024 09:47 AM - edited 28 Nov 2024 10:44 AM
27 Nov 2024 09:56 AM
Hello @alapatiharsha
Hoping it helps.
BR,
Peter
27 Nov 2024 10:09 AM
Could you please guide me with some screen shots.
25 Nov 2024 10:10 AM
Hello @alapatiharsha
You can refer to the solution provided by @Julius_Loman and Dynatrace Docs for further guidance:
Dynatrace offers the below contribution types' options for service detection rules, you can specify as per the actual service segments and how the service should be presented as service detection rules impact both the detection and naming as well:
Means the new service name after applying any of the available transformation methods:
OR
OR
it will keep the original detected service name.
Whatever will be detected will be overwritten to the provided value, all requests will be grouped beneath it accordingly.
Hoping it adds value.
BR,
Peter