22 Jun 2018
10:46 AM
- last edited on
25 May 2021
07:46 AM
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.
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/
Thanks Wolfgang.I know we can use timeseries API for avg and 90% but how can I can get total number of calls.
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
Featured Posts