WARNING: Version 6.0 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
MySQL Fields
editMySQL Fields
editMySQL server status metrics collected from MySQL.
mysql Fields
editmysql
contains the metrics that were obtained from MySQL query.
status Fields
editstatus
contains the metrics that were obtained by the status SQL query.
aborted Fields
editAborted status fields.
mysql.status.aborted.clients
edittype: long
The number of connections that were aborted because the client died without closing the connection properly.
mysql.status.aborted.connects
edittype: long
The number of failed attempts to connect to the MySQL server.
binlog Fields
editmysql.status.binlog.cache.disk_use
edittype: long
mysql.status.binlog.cache.use
edittype: long
bytes Fields
editBytes stats.
mysql.status.bytes.received
edittype: long
format: bytes
The number of bytes received from all clients.
mysql.status.bytes.sent
edittype: long
format: bytes
The number of bytes sent to all clients.
threads Fields
editThreads stats.
mysql.status.threads.cached
edittype: long
The number of cached threads.
mysql.status.threads.created
edittype: long
The number of created threads.
mysql.status.threads.connected
edittype: long
The number of connected threads.
mysql.status.threads.running
edittype: long
The number of running threads.
mysql.status.connections
edittype: long
created Fields
editmysql.status.created.tmp.disk_tables
edittype: long
mysql.status.created.tmp.files
edittype: long
mysql.status.created.tmp.tables
edittype: long
delayed Fields
editmysql.status.delayed.errors
edittype: long
mysql.status.delayed.insert_threads
edittype: long
mysql.status.delayed.writes
edittype: long
mysql.status.flush_commands
edittype: long
mysql.status.max_used_connections
edittype: long
open Fields
editmysql.status.open.files
edittype: long
mysql.status.open.streams
edittype: long
mysql.status.open.tables
edittype: long
mysql.status.opened_tables
edittype: long
command Fields
editmysql.status.command.delete
edittype: long
The number of DELETE queries since startup.
mysql.status.command.insert
edittype: long
The number of INSERT queries since startup.
mysql.status.command.select
edittype: long
The number of SELECT queries since startup.
mysql.status.command.update
edittype: long
The number of UPDATE queries since startup.