From 4d242836ee7737b20e53f425a9f7f21771bb6e49 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Mon, 13 Jun 2016 11:38:58 +0200 Subject: [PATCH] Fix typo (#1367) * Fix typo * Fix another typo --- plugins/inputs/mysql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/mysql/README.md b/plugins/inputs/mysql/README.md index 730caab91..20dd73e02 100644 --- a/plugins/inputs/mysql/README.md +++ b/plugins/inputs/mysql/README.md @@ -53,13 +53,13 @@ This plugin gathers the statistic data from MySQL server ## gather metrics from SHOW BINARY LOGS command output gather_binary_logs = false # - ## gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMART_BY_TABLE + ## gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMARY_BY_TABLE gather_table_io_waits = false # ## gather metrics from PERFORMANCE_SCHEMA.TABLE_LOCK_WAITS gather_table_lock_waits = false # - ## gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMART_BY_INDEX_USAGE + ## gather metrics from PERFORMANCE_SCHEMA.TABLE_IO_WAITS_SUMMARY_BY_INDEX_USAGE gather_index_io_waits = false # ## gather metrics from PERFORMANCE_SCHEMA.EVENT_WAITS