18 Oct 2021 01:06 PM - last edited on 19 Oct 2021 08:46 AM by MaciejNeumann
Can someone provide me with the steps to create a CSM that captures the number of times a particular method is called in a request to a service? I have tried creating a Request Attribute that is scoped to the method (info() logging method) and I have tried using the Occurrences metric but it does not give me the number of info() method calls. Instead it gives me the number of requests that contained at least one info() method call. I need to capture the number of times the method is actually called.
Thank you.
JT
Solved! Go to Solution.
29 Oct 2021 08:11 PM
You would want to use the multidimensional analysis charts and set up something like this I would assume:
31 Oct 2021 07:03 AM
Hello @ChadTurner
Im in the same case,
The trouble is that the maximum is 100 different dimensions.
Have a good day.
29 Oct 2021 09:27 PM
Hello Jeff,
Readinng the documentarion, I think it is a count of all attributes from all info() method calls?
So the result is correct if only one method call returns one value.
Counting invocations was possible in the "old" appmon tool, but I think it is missing in Dynatrace )-;
KR Henk