Two different layers
A database integration and Database Observability aren’t two versions of the same product, and you don’t choose one over the other. They monitor different layers of the database and answer different questions.
![One database, two levels of monitoring: an integration watches instance-level metrics from outside, while Database Observability looks inside at individual queries]()
| Database Observability | Database integration |
|---|
| What it monitors | Individual queries | The database instance as a whole |
| Question it answers | How does each query perform, and why? | Is the database healthy? |
| What you see | Per-query rate, errors, and duration, plus explain plans, wait events, and query samples | Aggregate, instance-level metrics such as connections, throughput, and replication, with prebuilt dashboards and alerts |
| Databases | MySQL and PostgreSQL | Many, including MongoDB, Redis, Memcached, Cassandra, Oracle, MySQL, and PostgreSQL |