Added plugin to read Windows performance counters

closes #575
This commit is contained in:
Rune Darrud
2016-01-22 23:02:21 +01:00
committed by Cameron Sparr
parent 10c4e4f63f
commit f088dd7e00
8 changed files with 1122 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
### Release Notes
### Features
- [#575](https://github.com/influxdata/telegraf/pull/575): Support for collecting Windows Performance Counters. Thanks @TheFlyingCorpse!
- [#564](https://github.com/influxdata/telegraf/issues/564): features for plugin writing simplification. Internal metric data type.
- [#603](https://github.com/influxdata/telegraf/pull/603): Aggregate statsd timing measurements into fields. Thanks @marcinbunsch!
- [#601](https://github.com/influxdata/telegraf/issues/601): Warn when overwriting cached metrics.