Removed leaked "database" tag on redis metrics (#1316)

This commit is contained in:
Pierre Fersing
2016-06-02 15:25:23 +02:00
committed by Cameron Sparr
parent 80368e3936
commit 3ff184c061
3 changed files with 9 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ time before a new metric is included by the plugin.
- [#1268](https://github.com/influxdata/telegraf/pull/1268): Fix potential influxdb input type assertion panic.
- [#1283](https://github.com/influxdata/telegraf/pull/1283): Still send processes metrics if a process exited during metric collection.
- [#1297](https://github.com/influxdata/telegraf/issues/1297): disk plugin panic when usage grab fails.
- [#1316](https://github.com/influxdata/telegraf/pull/1316): Removed leaked "database" tag on redis metrics. Thanks @PierreF!
## v0.13.1 [2016-05-24]