Request volume
A time-series chart showing the number of API requests over the selected period, broken down by response status (success, client error, server error). Use this chart to spot unexpected spikes in traffic or increases in error rates.Response times
A chart showing API response latency over time, with percentile breakdowns (p50, p95, p99). Use this chart to identify slow requests and track whether latency degrades over time.Request logs
A table of recent API calls with the following columns:| Column | Description |
|---|---|
| Method | HTTP method (GET, POST, PATCH, DELETE) |
| Endpoint | The API path that was called |
| Status | HTTP response status code |
| Duration | Response time in milliseconds |
| Timestamp | When the request was made |
