Add numerical representation of Consul health check state. (#2277)

This commit is contained in:
John Engelman
2017-01-28 18:47:25 -06:00
committed by Cameron Sparr
parent 074e6d177c
commit 738cbbdbb6
4 changed files with 18 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ It is highly recommended that all users migrate to the new riemann output plugin
- [#2251](https://github.com/influxdata/telegraf/pull/2251): InfluxDB output: use own client for improved through-put and less allocations.
- [#1900](https://github.com/influxdata/telegraf/pull/1900): Riemann plugin rewrite.
- [#1453](https://github.com/influxdata/telegraf/pull/1453): diskio: add support for name templates and udev tags.
- [#2277](https://github.com/influxdata/telegraf/pull/2277): add integer metrics for Consul check health state.
### Bugfixes