Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the postgresql_extensible plugin #844

Closed
wants to merge 7 commits into from
Closed

Add the postgresql_extensible plugin #844

wants to merge 7 commits into from

Conversation

menardorama
Copy link
Contributor

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.

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.
@menardorama
Copy link
Contributor Author

Is it possible to have an opinion or an estimate when it could be accepted ?

@sparrc
Copy link
Contributor

sparrc commented Mar 15, 2016

Thanks @menardorama, hopefully by the end of the week

@menardorama
Copy link
Contributor Author

any news ?

@sparrc
Copy link
Contributor

sparrc commented Mar 18, 2016

I'm in Denver, USA so I still have 9 hours before the "end of the week" 😉

@menardorama
Copy link
Contributor Author

I'm in Paris France.....

@@ -0,0 +1,59 @@
# PostgreSQL plugin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you limit line lengths to 80 characters in the README in general?

@sparrc
Copy link
Contributor

sparrc commented Mar 18, 2016

OK! It looks good but I've just made some comments on the README. Since it's a more complicated plugin to use I want to make sure the README is extra good. Once that's done we can merge :)

Add some comments and sample configs
@menardorama
Copy link
Contributor Author

HI the README is updated

@sparrc sparrc closed this in 36446bc Mar 18, 2016
@menardorama
Copy link
Contributor Author

Thanks

Le 18 mars 2016 à 18:25, Cameron Sparr notifications@github.com a écrit :

Closed #844 via 36446bc.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants