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

Commits on Mar 14, 2016

  1. 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.
    menardorama committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    7e09f3a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    fe8593b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Updated README.md

    Add some comments and sample configs
    menardorama committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    1f8b5e0 View commit details
    Browse the repository at this point in the history
  2. Fix typo in README.md

    menardorama committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    78c79ae View commit details
    Browse the repository at this point in the history
  3. Update README.md

    menardorama committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    ed31b36 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    menardorama committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    d8eb695 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    menardorama committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    ab9fe2a View commit details
    Browse the repository at this point in the history