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

How can I get a count of total numbers of calls with average

nsingh
Newcomer

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

3 REPLIES 3

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

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/

nsingh
Newcomer

Thanks Wolfgang.I know we can use timeseries API for avg and 90% but how can I can get total number of calls.

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

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