The API URI calls dashboard displays aggregation of
...
executed APIs.
The transactions are aggregated based on URI.
The device name is not used for aggregation. Data for identical URIs will be aggregated into one row even when running on different devices.
Note that you can still filter the dashboard data by device name(s).
Columns | Description |
---|---|
URI | Execution URI |
API Name | The API name |
Avg (ms.) | Average execution time in milliseconds |
Max (ms.) | Maximum execution time in milliseconds |
Min (ms.) | Minimum execution time in milliseconds |
Calls | Number of service calls |
X Percentile (90% by default) | The execution time in millisecond of the top X percentile An admin can change the value of X in system parameters |
Y Percentile (95% by default) | The execution time in millisecond of the top Y percentile An admin can change the value of Y in system parameters |
Z Percentile (99% by default) | The execution time in millisecond of the top Z percentile An admin can change the value of Z in system parameters |
...
Create Alert on Latency
A system administrator can create an alert on transactions that took more than a certain time, hover over the value in the grid, and click "Add alert on latency" in the context menu.
...