postgres plugin bgwriter stats

Add pg_stat_bg_writer stats

closes #683
This commit is contained in:
Thomas Menard
2016-02-10 10:40:48 +01:00
committed by Cameron Sparr
parent 8d0f50a6fd
commit 72f5c9b62d
4 changed files with 53 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ format that they would like to parse. Currently supports: "json", "influx", and
- [#671](https://github.com/influxdata/telegraf/pull/671): Dovecot input plugin. Thanks @mikif70!
- [#680](https://github.com/influxdata/telegraf/pull/680): NATS consumer input plugin. Thanks @netixen!
- [#676](https://github.com/influxdata/telegraf/pull/676): MQTT consumer input plugin.
- [#683](https://github.com/influxdata/telegraf/pull/683): PostGRES input plugin: add pg_stat_bgwriter. Thanks @menardorama!
### Bugfixes
- [#443](https://github.com/influxdata/telegraf/issues/443): Fix Ping command timeout parameter on Linux.