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

Bucketing web request endpoints under Opaque Service

AK
Pro

Hi Folks,

How can I configure the service detection rule which can bucket only certain web request/endpoint for example,

 

http://127.0.0.1:9000/appname1/summary/product-name

 

Currently it is getting bucketed under "Requests on 127.0.0.1:9000" web request service

Regards,

Ak

4 REPLIES 4

Julius_Loman
DynaMight Legend
DynaMight Legend

Depends on what you want to accomplish. I think the right approach will be to define service detection rules to split the opaque requests to different services, for example:

 

http://127.0.0.1:9000/appname1/summary/product-name ---> Service: appname1
http://127.0.0.1:9000/appname2/summary/product-name ---> Service: appname2

 

Basically, it should look like this:

Julius_Loman_0-1705262913076.png

Just be sure to proper conditions.



If you want to just ignore some requests - you can mute them (quite an overlooked feature).

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

@Julius_Loman thank you for the inputs.

The appname would be same every time. Sorry for the confusion.

http://127.0.0.1:9000/appname/summary/product-name

So we have to write 'Service detection rules for Full Web Requests' along with below condition. Please guide if I'm wrong.

AK_1-1705409153820.png

Regards,

AK

 

Julius_Loman
DynaMight Legend
DynaMight Legend

@AK  you need External web request rules when you want this for opaque services (no oneagent on the called service). You use Full web requests when you have OneAgent there.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

@Julius_Loman, thanks you for the swift response

Featured Posts