telegraf/plugins
Thomas Menard b371ec5cf6 Add the postgresql_extensible plugin
This plugin is intended to add an extended support of Postgresql
compared to the legacy postgres plugin.

Basically, the plugin don’t have any metrics defined and it’s up to the
user to define it in the telegraph.conf (as a toml structure).

Each query can have it’s specific tags, and can be written specifically
using a where clause in order to eventually filter per database name.

To be more generic, a minimum postgresql version  has been defined per
query in case you have 2 different version of Postgresql running on the
same host.
2016-03-18 11:23:02 -06:00
..
inputs Add the postgresql_extensible plugin 2016-03-18 11:23:02 -06:00
outputs [amqp output] Allow external auth (cert-based tls auth) 2016-03-16 19:03:41 -06:00
parsers Value parser, for parsing a single value into a metric 2016-03-17 20:08:21 -06:00
serializers added json serializer 2016-03-17 13:51:16 -06:00