Date range
Use the date picker to filter all metrics by a specific time period. Select from preset ranges or define a custom date range to analyze historical performance.
Available metrics
Rows read and written
Track the number of database rows read and written over time. This metric helps you understand your database workload and identify usage patterns.
| Metric | Description |
|---|---|
| Rows Read | Total number of rows retrieved by SELECT queries |
| Rows Written | Total number of rows affected by INSERT, UPDATE, DELETE operations |
Latency
Monitor query response times across different percentiles to understand your database performance characteristics.
| Metric | Description |
|---|---|
| Average | Mean response time across all queries |
| P75 | 75th percentile latency (75% of queries complete faster than this time) |
| P95 | 95th percentile latency (95% of queries complete faster than this time) |
Query count
View the total number of queries executed against your database over time. Correlate query volume with application traffic to ensure expected behavior and identify unusual patterns.
Database size
Monitor your database storage consumption over time. This metric shows the total size of your database including all tables, indexes, and metadata. Track growth trends to plan for scaling and identify unexpected increases.