Skip to content
Snippets Groups Projects
  1. Mar 30, 2016
  2. Mar 29, 2016
  3. Mar 28, 2016
  4. Mar 23, 2016
  5. Mar 22, 2016
  6. Mar 21, 2016
  7. Mar 19, 2016
  8. Mar 18, 2016
    • Cameron Sparr's avatar
      Update README · 2634cc40
      Cameron Sparr authored
      2634cc40
    • Thomas Menard's avatar
      Remove the columns used as tag · 36446bcb
      Thomas Menard authored
      closes #844
      36446bcb
    • Thomas Menard's avatar
      Add the postgresql_extensible plugin · b371ec5c
      Thomas Menard authored
      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.
      b371ec5c
    • HUANG Wei's avatar
      Inherit previous instance's stats in statsd plugin. · 18f4afb3
      HUANG Wei authored
      This way, after a reload, the stats wont restart again at least for the
      counter type.
      
      closes #887
      18f4afb3
Loading