From 0c714b6cdef56d2f06933ca25e11b6eb945b5e9e Mon Sep 17 00:00:00 2001 From: Kelly Date: Wed, 25 Mar 2020 14:40:28 -0700 Subject: [PATCH 1/2] Note MySQL plugin supports MariaDB and Percona --- data/telegraf_plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 4626751ef..d929ccbc6 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -890,7 +890,7 @@ input: - name: MySQL id: mysql description: | - The MySQL input plugin gathers the statistics data from MySQL servers. + The MySQL input plugin gathers the statistics data from MySQL servers. Input plugin supports MariaDB and Percona. introduced: 0.1.1 tags: [linux, macos, windows, data-stores] From 004f2f94c5edf9f5578de4d2a8e6a1c1a206751b Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Thu, 26 Mar 2020 10:10:27 -0700 Subject: [PATCH 2/2] Update telegraf_plugins.yml edit f Scott --- data/telegraf_plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index d929ccbc6..d25ce8b1b 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -890,7 +890,7 @@ input: - name: MySQL id: mysql description: | - The MySQL input plugin gathers the statistics data from MySQL servers. Input plugin supports MariaDB and Percona. + The MySQL input plugin gathers the statistics data from MySQL, MariaDB, and Percona servers. introduced: 0.1.1 tags: [linux, macos, windows, data-stores]