- Your cluster’s topology diagram
- Real-time performance metrics
- Summary and statistics
- Connection management
- Branch-specific views and controls
Cluster topology
The cluster topology diagram provides a visual representation of your PostgreSQL database infrastructure, including:- Primary node: The main database instance that handles all write operations
- Replica nodes: Read-only copies of your primary database for improved read performance and high availability
Database summary
The database summary section on the right-hand side displays key statistics about your PostgreSQL environment, including:- PostgreSQL version: Shows the current PostgreSQL version (e.g., “17.4”)
- Tables: Total number of tables across all schemas
- Branches: Count of database branches in your environment
- CPU utilization: Percentage of CPU currently used
- Next backup: Shows when the next scheduled backup will occur (e.g., “in 8 hours”)
- Total storage: Amount of storage currently used
Performance metrics
The performance metrics section includes a dropdown to select different metrics and a time-series graph showing data over the selected time period. Available metrics include:- Query latency (shown as p95, p99, p50, and p99.9 percentiles)
- Queries per second
- Rows read
- Rows written
- Query errors
Slowest queries
The “Slowest queries during the last 24 hours” section at the bottom of the dashboard shows a detailed table with:- Query: The actual SQL query text
- Count: Number of times the query was executed
- p50 latency (ms): The median query execution time in milliseconds