Categorygithub.com/mono83/mtm
module
1.0.0
Repository: https://github.com/mono83/mtm.git
Documentation: pkg.go.dev

# 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 size
  • mysql.table.size.index - table index size
  • mysql.table.rows - row count
  • mysql.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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author