Commit Graph

5 Commits

Author SHA1 Message Date
Thomas Menard d8eb695772 Update README.md 2016-03-18 16:06:20 +01:00
Thomas Menard ed31b36a19 Update README.md 2016-03-18 15:52:21 +01:00
Thomas Menard 78c79ae573 Fix typo in README.md 2016-03-18 15:51:11 +01:00
Thomas Menard 1f8b5e0a4d Updated README.md
Add some comments and sample configs
2016-03-18 15:45:29 +01:00
Thomas Menard 7e09f3add1 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-14 10:27:07 +01:00