# README
mtm
MySQL Telemetry Monitoring is a simple Go application, that sends data about MySQL table into InfluxDB/Prometheus.
Data sent:
mysql.table.size.total
- total table size (data + index)mysql.table.size.data
- table data sizemysql.table.size.index
- table index sizemysql.table.rows
- row countmysql.table.partitions
- partitions, if present
All metrics are shipped with tags database
,table
and engine
Help page
MySQL Telemetry Monitoring
Usage:
mtm [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
once Reads data and flushes it to InfluxDB, then quits
serve Runs server. InfluxDB and/or Prometheus configuration must be provided
test Perform dry run to test configuration
Flags:
-h, --help help for mtm