package
1.0.2
Repository: https://github.com/square/inspect.git
Documentation: pkg.go.dev

# Functions

New initializes mysqlstat and returns it arguments: metrics context, username, password, path to config file for mysql.

# Structs

DBStats represents struct that contains metrics for databases and map to tables stats struct.
MysqlStatPerDB - metrics for each database.
MysqlStatPerTable represents metrics for each table.
MysqlStatTables - main struct that contains connection to database, metric context, and map to database stats struct.