MySQL Server Exporter
Prometheus exporter for MySQL server metrics including InnoDB buffer pools and queries.
Why consider MySQL Server Exporter?
MySQL Server Exporter is the standard Prometheus exporter for MySQL and MariaDB databases written in Go by the Prometheus Community. It collects real-time telemetry on query executions, InnoDB buffer pool hit ratios, row locks, replication threads, and table size growth.
Learn MySQL Server Exporter by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of MySQL Server Exporter
MySQL Server Exporter captures MySQL replication thread stalls and slow query metrics.
Quickstart
docker run -d -p 9104:9104 -e DATA_SOURCE_NAME="user:password@(localhost:3306)/" prom/mysqld-exporter:latestMySQL Server Exporter is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.