Database Monitoring
Databases Overview
5 min
click databases in the left navigation to see a list of all monitored database instances across your workspace each entry shows the database engine, host, total operations, operations per minute, and average query duration, giving you an at a glance health check across all your databases database detail view clicking on any database instance opens a dedicated detail view for that host the detail view is organized into four tabs overview , query history , access audit , and host specifications , each focused on a different aspect of database health and activity overview the overview tab gives you a real time picture of the database’s operational health at the top, key performance indicators — request rate , average latency , p99 latency , and error rate , let you immediately assess whether the database is performing within expected bounds below the summary metrics, time series charts break down operations and latency by the services querying the database this makes it easy to identify which services are driving the most load or contributing to latency spikes, rather than looking at the database in isolation query history the query history tab lets you search and analyze all queries executed against the database all queries shows the complete query log, with each entry displaying the operation type, query text, duration, user, server, and status queries that resulted in errors are clearly flagged for quick identification slow queries sorts all queries by duration from slowest to fastest, making it easy to immediately identify the most time consuming operations access audit the access audit tab gives you a user wise view of all query activity on the database it shows who is accessing the database, how many queries they’ve executed, when they last accessed it, and how their queries are performing in terms of average and p99 duration this is useful for understanding usage patterns and identifying users or processes that may be contributing to performance issues host specifications the host specifications tab shows the resource health of the host machine running the database current utilization values for cpu, memory, disk, and load average give you an immediate sense of the host’s condition the detailed charts below provide a granular breakdown of how these resources are being consumed over time, helping you correlate database performance issues with underlying infrastructure constraints