12 Jan 2024 04:23 PM - last edited on 24 Jan 2024 08:10 AM by Michal_Gebacki
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
Solved! Go to Solution.
14 Jan 2024 08:05 PM - edited 14 Jan 2024 08:09 PM
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:
Just be sure to proper conditions.
If you want to just ignore some requests - you can mute them (quite an overlooked feature).
16 Jan 2024 12:46 PM
@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.
Regards,
AK
16 Jan 2024 12:55 PM
@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.
16 Jan 2024 01:06 PM
@Julius_Loman, thanks you for the swift response