Redis input enhancement (#1387)

master_last_io_seconds_ago added
role tag renamed to replication_role
This commit is contained in:
Andrei Burd
2016-07-14 20:28:36 +01:00
committed by Cameron Sparr
parent bfdd665435
commit 97d92bba67
4 changed files with 8 additions and 4 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.
- [#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
### Bugfixes