Skip to main content
Bunny Database provides detailed metrics to help you monitor performance, track usage, and optimize your queries. Access metrics from Dashboard > Edge Platform > Database > [Select Database] > Metrics.

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.
Date Range Picker

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.
Rows Read and Written
MetricDescription
Rows ReadTotal number of rows retrieved by SELECT queries
Rows WrittenTotal number of rows affected by INSERT, UPDATE, DELETE operations
High read counts may indicate opportunities for caching or query optimization. Sudden spikes in writes may indicate bulk operations or potential issues worth investigating.

Latency

Monitor query response times across different percentiles to understand your database performance characteristics.
Latency Metrics
MetricDescription
AverageMean response time across all queries
P7575th percentile latency (75% of queries complete faster than this time)
P9595th percentile latency (95% of queries complete faster than this time)
Average latency should remain consistent over time. Increases may indicate growing data volumes or query complexity. A large gap between P95 and average suggests some queries need optimization. Consider adding indexes or restructuring slow queries.

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.
Query Count

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.
Database Size