Slide 1 of 6

What Database Observability provides

Beyond basic metrics

Traditional database monitoring tells you something is wrong. Database Observability tells you why. It surfaces query-level performance data (RED metrics, explain plans, query samples, wait events, and schema details) all inside Grafana Cloud.

Basic monitoringDatabase Observability
Queries per second (aggregate)Which specific queries are slow and why
CPU and memory usageExplain plans and wait events at the query level

What you can see

Database Observability gives you query-level visibility. It captures RED metrics (rate, errors, and duration) for every query, so you can tell which ones are slow.

You can open a query to investigate it, and also get the signals that explain its performance:

  • Query samples: individual executions with timing and parameters
  • Explain plans: how the database executes a query, with cost-coded nodes highlighting expensive operations
  • Wait events: where a query spends time waiting for locks, I/O, or other resources instead of executing
  • Table schemas: table structures, indexes, and constraints that may reveal missing indexes

Managed database support

Database Observability works with the following self-managed databases and managed cloud services:

  • Self-managed MySQL and PostgreSQL
  • Amazon RDS (MySQL and PostgreSQL)
  • Amazon Aurora (MySQL and PostgreSQL)
  • Google Cloud SQL (MySQL and PostgreSQL)
  • Azure Database for MySQL and PostgreSQL

Script

Traditional database monitoring tells you that something is wrong. Database Observability tells you why. That’s the core difference. It surfaces query-level performance data, RED metrics, explain plans, query samples, wait events, and schema details, all inside Grafana Cloud.

With basic monitoring, you see aggregate metrics like queries per second and connection counts. With Database Observability, you see which specific queries are slow, how they execute, and where they spend time waiting.

For every query, Database Observability captures RED metrics, that’s rate, errors, and duration, so you can see which ones are slow. Open a query to investigate it, and you also get the signals that explain its performance: query samples, explain plans, wait events, and table schemas.

Database Observability works with self-managed databases and major managed cloud services, including Amazon RDS, Aurora, Google Cloud SQL, and Azure Database.