MySQL fields

edit

MySQL server status metrics collected from MySQL.

mysql fields

edit

mysql contains the metrics that were obtained from MySQL query.

status fields

edit

status contains the metrics that were obtained by the status SQL query.

aborted fields

edit

Aborted status fields.

mysql.status.aborted.clients

type: long

The number of connections that were aborted because the client died without closing the connection properly.

mysql.status.aborted.connects

type: long

The number of failed attempts to connect to the MySQL server.

binlog fields

edit
mysql.status.binlog.cache.disk_use

type: long

mysql.status.binlog.cache.use

type: long

bytes fields

edit

Bytes stats.

mysql.status.bytes.received

type: long

format: bytes

The number of bytes received from all clients.

mysql.status.bytes.sent

type: long

format: bytes

The number of bytes sent to all clients.

threads fields

edit

Threads stats.

mysql.status.threads.cached

type: long

The number of cached threads.

mysql.status.threads.created

type: long

The number of created threads.

mysql.status.threads.connected

type: long

The number of connected threads.

mysql.status.threads.running

type: long

The number of running threads.

mysql.status.connections

type: long

created fields

edit
mysql.status.created.tmp.disk_tables

type: long

mysql.status.created.tmp.files

type: long

mysql.status.created.tmp.tables

type: long

delayed fields

edit
mysql.status.delayed.errors

type: long

mysql.status.delayed.insert_threads

type: long

mysql.status.delayed.writes

type: long

mysql.status.flush_commands

type: long

mysql.status.max_used_connections

type: long

open fields

edit
mysql.status.open.files

type: long

mysql.status.open.streams

type: long

mysql.status.open.tables

type: long

mysql.status.opened_tables

type: long

command fields

edit
mysql.status.command.delete

type: long

The number of DELETE queries since startup.

mysql.status.command.insert

type: long

The number of INSERT queries since startup.

mysql.status.command.select

type: long

The number of SELECT queries since startup.

mysql.status.command.update

type: long

The number of UPDATE queries since startup.