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

Can we see how many time a java method was invoked?

dparkar
Contributor

Is it possible in Dyntrace Managed UI or API to get the count of the number of times a Java method (service key request) was invoked?


2 REPLIES 2

skrystosik
DynaMight Guru
DynaMight Guru

Such dashboard was available in appmon. In dynatrace there is no such option. You can check method hotspots and see how many samples was recorded on particular method in selected timeframe. But samples does not mean exact value of executions.

Sebastian


Regards, Sebastian

nj_njoku
Inactive

Hi Parkar,

If your java method is already a specific key request already as you mentioned, you should be able to see the throughput of the method in the Throughput tab of the particular service page. When on the throughput tab, you should be able to scroll down to the list of requests and see your particular key request and the Total number of requests. (See screenshot below). If this particular method is not a key request already and is very critical to monitor, you can create a custom service with the fully qualified class name as explained here. Then the methods selected in the custom service configuration will be monitored and can be marked as key requests.

Thanks

NJ


Featured Posts