Service dashboard
The service dashboard shows runtime metrics for a deployed service hosted by Apso. From the service card, click View Dashboard.
Layout
The page contains:
- API URL bar: the service’s live API URL (or
Not deployed). - Time range selector, described in the Time range section.
- A row of metric stat cards.
- Recent Logs card.
- Top Endpoints card.
Metrics represent runtime traffic only after the service is deployed. Verify the deployment status before using the dashboard to investigate service behavior.
Metrics
Six stat cards display a value and percentage change for the selected time range. A decrease is favorable for Error Rate and Response Time.
| Card | Measures |
|---|---|
| Requests | Request volume |
| Error Rate | Share of failed requests |
| Response Time | Latency |
| Memory | Memory usage |
| Compute | Compute usage |
| Connections | Active database connections |
Recent logs
Use Recent Logs to inspect the latest entries for the deployed service. If the card is empty, expand the time range or confirm that the service has received traffic.
Top endpoints
Use Top Endpoints to identify the most frequently called endpoints in the selected time range.
Time range
A dropdown with preset ranges only (default Last hour):
- Last hour (
1h) - Last 4 hours (
4h) - Last 12 hours (
12h) - Last 24 hours (
24h) - Last 7 days (
7d) - Last 30 days (
30d)
Changing the range reloads the metrics, logs, and top endpoints. The dashboard supports preset ranges; it does not provide a custom date-range picker.