PostgreSQL supported metrics

Hardware metrics:

MetricsDescription
Type of OSType of OS on which DB is running (Linux/Windows etc.)
ArchitectureThe OS architecture.
Host nameConfigured host name on which DB is present
AvailabilityActive/Inactive [The database availability]
Average CPU usageAverage CPU usage of the machine
Average memory usageAverage memory usage of the machine
Disk usageDisk usage on the configured host
CPU usageCPU usage on the configured host
Memory usageMemory usage on the configured host
Network I/OI/O megabytes per second
Connections & sessionsNumber of connections per minute

Query Performance:

MetricsDescription
QueryList of slow queries performed/available
Total ExecutionCount of executions of each slow queries performed/available
Execution TimeTotal execution time of each collected query
TimestampLast timestamp of each collected query

Connections:

MetricsDescription
Number of connectionsNumber of connections made for the database
Number of sessionsNumber of session established for the database
Session detailsUser/Query list for established session

Metrics:

MetricsDescription
Bulk operationsNumber of bulk operations per minute
Confis operationsNumber of confis operations per minute
Tup operationsNumber of Tup operations per minute
Xact operationsNumber of Xact operations per minute

Note: Disk usage shows in GB and other metrics will be available in MB.