22 Jun 2018 06:46 PM - last edited on 25 May 2021 03:46 PM by MaciejNeumann
How can I get a count of total numbers of calls with average and 90% response time for a specific transaction from all nodes using Dynatrace rest api
Solved! Go to Solution.
25 Jun 2018 06:20 AM
Not sure what your exact use-case is here but you can fetch the avg and variable percentile response time for any service and subscribes key transactions through the timeseries REST API.
See here:
https://www.dynatrace.com/support/help/dynatrace-api/timeseries/how-do-i-fetch-the-metrics-of-monitored-entities/
25 Jun 2018 06:02 PM
Thanks Wolfgang.I know we can use timeseries API for avg and 90% but how can I can get total number of calls.
26 Jun 2018 05:58 AM
We recently introduced the metric for overall number of calls on service and key transaction level. Its already public on Dynatrace SaaS environments and will become available in 1 release on Dynatrace Managed.
The metric ids are: com.dynatrace.builtin:service.requests and com.dynatrace.builtin:servicemethod.requests