Metrics dashboard showing database performance monitoring with CPU, memory, and disk usage charts Monitor your database performance across instances with real-time metrics including CPU, memory, disk usage, and more. You can view trends as far back as 60 days with minute level granularity.

Aggregations

Xata provides various aggregation methods to help you analyze your metrics data effectively.
  • Average: Mean values over time periods
  • Min/Max: Peak and valley values
  • Percentiles: P50, P95, P99 for performance analysis Coming Soon

Metric Definitions

By default, all metrics have a 1 minute granularity and a retention period of 60 days.
MetricDescriptionUnit
CPU UsageShows the cumulative usage by combining all available cores (e.g. 200% = two fully used cores)Percentage
Memory UsageShows the amount of memory being used by your applicationBytes
Disk UsageShows the amount of disk being used by your applicationBytes
Connection CountShows the number of active and idle client connections to your databaseCount
Read ThroughputShows the amount of data read in bytesBytes
Write ThroughputShows the amount of data written in bytesBytes
Network IngressShows the amount of incoming network traffic to your database instancesBytes
Network EgressShows the amount of outgoing network traffic from your database instancesBytes
Read LatencyShows the time it takes to complete read operations in millisecondsMilliseconds
Write LatencyShows the time it takes to complete write operations in millisecondsMilliseconds
Read IOPSShows the number of read operations performed by your database instancesCount
Write IOPSShows the number of write operations performed by your database instancesCount