From 7f22211e4b284301fbb1e9c40e9315409e71aa5a Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Mon, 10 Aug 2015 19:22:39 -0600 Subject: [PATCH] Update changelog with PR #103 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68100b381..4acf42516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - [#91](https://github.com/influxdb/telegraf/pull/91): Unit testing - [#92](https://github.com/influxdb/telegraf/pull/92): Exec plugin. Thanks @alvaromorales! - [#98](https://github.com/influxdb/telegraf/pull/98): LeoFS plugin. Thanks @mocchira! +- [#103](https://github.com/influxdb/telegraf/pull/103): Filter by metric tags. Thanks @srfraser! ### Bugfixes - [#85](https://github.com/influxdb/telegraf/pull/85): Fix GetLocalHost testutil function for mac users