
Traffic metrics
The top section of the dashboard focuses on the following API metrics:- Total requests (broken down by response status code on hover)
- Requests per minute (RPM)
- Error rate
- Data transferred (received and sent)
Endpoints table
The table lists all endpoints of your API along with their traffic metrics. The Apitally SDKs use introspection to discover all endpoints defined in your application, even if they haven’t been called yet. By default, the table is ordered by request count, with the most used endpoint at the top. It can be searched and sorted by any of the other metrics too. Clicking on an endpoint in this table opens a modal with detailed endpoint insights.A red triangle with an exclamation mark next to the error rate indicates that server errors have occurred on that endpoint.
Filters
The dashboard includes a range of filters to help you focus on the data most relevant to you.Applied filters are persistent, so they will remain active when you navigate to another dashboard.
Time period
You can view data for a specific time period using several methods:- Select a standard period (e.g. 24 hours or 30 days) from the dropdown menu.
- Click and drag across the chart to select a custom range.
- Click a single bar on the chart to focus on that interval.
- Choose Custom from the dropdown to manually enter a start and end date.
Environment
By default, the dashboard displays metrics from all environments. To view data for a specific environment, select it from the environment filter dropdown.Filter pane

- HTTP method (e.g.
GET
,POST
) - Endpoint path (supports wildcards)
- Response status code (e.g.
200
,4xx
) - API consumer or consumer group