10 Jul 2021
05:48 AM
- last edited on
12 Jul 2021
11:34 PM
by
MaciejNeumann
I am trying to built Calc. Metrics on a Service based on "Called By" services - can't see any obvious way of applying that filter in the Calc-Metric Definition.
Infact in my case, I looking for a way to filter based on a specific "ServiceMethod" inside the "Calling Service" - so I am trying to get the RequestCount for ServiceMethod (SM=A) inside Service (S-A) calling ServiceMethod (SM-B) inside Service (S-B). Can get this in the MDA screen but doesn't allow me to "Create Metric" from within there.
Any ideas/help would be appreciated.
Solved! Go to Solution.
Hello @BalaC ,
conditions on service flow are not (yet) supported for calculated metrics. Maybe there are some other attributes on your service that can be used and give you similar results? Consider adding additional request attributes on the service that you can then use in the calculated metric definition. This really depends on your situation.
Thanks.. Will try