Key Performance Indicators (KPI)

These metrics are available for all database platforms supported.

Metrics Description
Calls per Minute The number of SQL calls to the database per minute.
DB AvailabilityThe times when the database is available (has an active connection). If the database is not available, nothing is reported.
Number of ConnectionsThe number of connections that are actively executing a query at any point during the selected time period. A connection is a session established between a database client and a server. Since the value displayed is the average number of connections over a time range, it is common to see a very low number or 0 for this metric. The number of connection is a calculated value at per sample interval.
Time Spent in Execution (s)The current amount of time the database spent executing SQL statements.
Total Database Size (PostgreSQL only) The amount of disk space (in MB) that the database is using.