Integration · database

MySQL

performance_schema, replication, InnoDB buffer pool.

What gets collected

Reads performance_schema (PROCESS privilege). Metrics: query throughput, slow queries, InnoDB buffer hit ratio, replication seconds-behind-master.

Setup steps

  1. 1CREATE USER unimoni IDENTIFIED BY ...
  2. 2GRANT PROCESS, REPLICATION CLIENT, SELECT ON performance_schema.*

After install

  • · Metrics show up on the dashboard within 15-30 seconds
  • · Integration labels flow into filters automatically
  • · Dashboard presets for common metrics are available in the editor

Similar integrations