Skip to content
Snippets Groups Projects
  1. Sep 28, 2016
  2. Sep 27, 2016
  3. Sep 23, 2016
  4. Sep 21, 2016
  5. Sep 16, 2016
  6. Sep 15, 2016
  7. Sep 14, 2016
  8. Sep 13, 2016
  9. Sep 12, 2016
  10. Sep 09, 2016
  11. Sep 08, 2016
  12. Sep 07, 2016
    • Cameron Sparr's avatar
      alphabetize service inputs, add logparser · e963b7f0
      Cameron Sparr authored
      e963b7f0
    • Nathan D Acuff's avatar
      Postgresql database blacklist configuration option (#1699) · e7899d4d
      Nathan D Acuff authored
      * separate hello and authenticate functions, force connection close at end of write cycle so we don't hold open idle connections, which has the benefit of mostly removing the chance of getting hopelessly connection lost
      
      * update changelog, though this will need to be updated again to merge into telegraf master
      
      * bump instrumental agent version
      
      * fix test to deal with better better connect/reconnect logic and changed ident & auth handshake
      
      * Update CHANGELOG.md
      
      correct URL from instrumental fork to origin and put the change in the correct part of the file
      
      * go fmt
      
      * Split out Instrumental tests for invalid metric and value.
      
      * Ensure nothing remains on the wire after final test.
      
      * Force valid metric names by replacing invalid parts with underscores.
      
      * Multiple invalid characters being joined into a single udnerscore.
      
      * Adjust comment to what happens.
      
      * undo split hello and auth commands, to reduce roundtrips
      
      * Add ignored_databases option to postgresql configuration files, to enable easy filtering of system databases without needing to whitelist all the databases on the server.  Add tests for database whitelist and blacklist.
      
      * run go fmt on new postgresql database whitelist/blacklist code
      
      * add postgresql database blacklist option to changelog
      
      * remove a bad merge from the changelog
      e7899d4d
  13. Sep 06, 2016
    • Cameron Sparr's avatar
      Add a 404 and high-traffic test to http listener · 301c79e5
      Cameron Sparr authored
      also remove locking around adding metrics. Instead, keep a waitgroup on
      the ServeHTTP function and wait for that to finish before returning from
      the Stop() function
      
      closes #1407
      301c79e5
    • ncohensm's avatar
      initial http_listener implementation · 67c288ab
      ncohensm authored
      fix incredibly stupid bugs
      
      populate README
      
      support query endpoint and change default listen port
      
      set response headers for query endpoint
      
      add unit tests
      
      revert erroneous Godeps change
      
      add plugin ref to top-level README
      
      remove debug output and add empty post body test
      
      fix linter errors
      
      move stoppableListener into repo
      
      use constants for http status codes
      
      add CHANGELOG entry
      
      address code review comments re. style/structure
      
      address further code review comments
      
      add note to README re. database creation calls per PR comments
      67c288ab
Loading