Skip to content
Snippets Groups Projects
Commit 4651ab88 authored by Shashank Sahni's avatar Shashank Sahni Committed by Cameron Sparr
Browse files

Fetching galera status metrics in MySQL

These are useful for Percona Xtradb cluster.

closes #1437
parent 53f40063
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ should now look like:
- [#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.
- [#1387](https://github.com/influxdata/telegraf/pull/1387): **Breaking Change** - Redis `role` tag renamed to `replication_role` to avoid global_tags override
- [#1437](https://github.com/influxdata/telegraf/pull/1437): Fetching Galera status metrics in MySQL
### Bugfixes
......
......@@ -306,6 +306,10 @@ var mappings = []*mapping{
onServer: "Threadpool_",
inExport: "threadpool_",
},
{
onServer: "wsrep_",
inExport: "wsrep_",
},
}
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment