Fetching galera status metrics in MySQL

These are useful for Percona Xtradb cluster.
This commit is contained in:
Shashank Sahni 2016-07-01 13:31:14 -07:00
parent c046232425
commit cb9b5c3731
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,7 @@ should now look like:
- [#1402](https://github.com/influxdata/telegraf/pull/1402): docker-machine/boot2docker no longer required for unit tests. - [#1402](https://github.com/influxdata/telegraf/pull/1402): docker-machine/boot2docker no longer required for unit tests.
- [#1350](https://github.com/influxdata/telegraf/pull/1350): cgroup input plugin. - [#1350](https://github.com/influxdata/telegraf/pull/1350): cgroup input plugin.
- [#1369](https://github.com/influxdata/telegraf/pull/1369): Add input plugin for consuming metrics from NSQD. - [#1369](https://github.com/influxdata/telegraf/pull/1369): Add input plugin for consuming metrics from NSQD.
- [#1437](https://github.com/influxdata/telegraf/pull/1437): Fetching Galera status metrics in MySQL
### Bugfixes ### Bugfixes

View File

@ -306,6 +306,10 @@ var mappings = []*mapping{
onServer: "Threadpool_", onServer: "Threadpool_",
inExport: "threadpool_", inExport: "threadpool_",
}, },
{
onServer: "wsrep_",
inExport: "wsrep_",
},
} }
var ( var (