Skip to content
Snippets Groups Projects
  1. Apr 05, 2017
  2. Mar 29, 2017
  3. Mar 21, 2017
  4. Mar 08, 2017
  5. Feb 22, 2017
  6. Feb 10, 2017
  7. Feb 03, 2017
  8. Feb 02, 2017
  9. Jan 27, 2017
  10. Jan 26, 2017
  11. Jan 25, 2017
    • Cameron Sparr's avatar
      Improve the InfluxDB through-put performance · 4a5d3136
      Cameron Sparr authored
      This changes the current use of the InfluxDB client to instead use a
      baked-in client that uses the fasthttp library.
      
      This allows for significantly smaller allocations, the re-use of http
      body buffers, and the re-use of the actual bytes of the line-protocol
      metric representations.
  12. Jan 24, 2017
  13. Jan 11, 2017
  14. Nov 16, 2016
    • Guillem Jover's avatar
      Switch to github.com/kballard/go-shellquote (#1950) · 536dbfb7
      Guillem Jover authored
      The old gonuts fork has no License and has not seen any commits
      differing from the original project, while the original has seen some
      activity, even if low.
      
      Having no license is a problem for distributors, as by default, such
      projects are undistributable.
      536dbfb7
  15. Nov 03, 2016
  16. Oct 12, 2016
  17. Oct 05, 2016
  18. Oct 03, 2016
    • Cameron Sparr's avatar
      Major Logging Overhaul · c7834209
      Cameron Sparr authored
      in this commit:
      
      - centralize logging output handler.
      - set global Info/Debug/Error log levels based on config file or flags.
      - remove per-plugin debug arg handling.
      - add a I!, D!, or E! to every log message.
      - add configuration option to specify where to send logs.
      
      closes #1786
      c7834209
  19. Sep 06, 2016
    • Paulo Pires's avatar
      Add NATS output plugin. · 6b1cc676
      Paulo Pires authored
      Added NATS server container needed for tests.
      
      Added NATS output plug-in. Fixes #1487
      
      NATS output plug-in use internal.GetTLSConfig to instrument TLS configuration.
      
      Added NATS output plug-in to changelog.
      
      closes #1487
      closes #1697
      6b1cc676
  20. Aug 24, 2016
    • Cameron Sparr's avatar
      Rdme upd (#1660) · 2462e04b
      Cameron Sparr authored
      * Update README and CHANGELOG with 1.0 RC 1
      
      * Increase circleci test docker sleep
      
      * update aerospike dependency
      2462e04b
  21. Aug 22, 2016
  22. Aug 09, 2016
    • Dennis Bellinger's avatar
      Telegraf support for built-in windows service. · 7b6713b0
      Dennis Bellinger authored
      Updated windows dependencies
      
      Updated the windows dependencies so that the versions matched the
      dependencies for Mac OS and Linux. Additionally added some that were
      complained about being missing at compile time.
      
      Incorporated kardianos/service for management
      
      Incorporated the library github.com/kardianos/service to manage the
      service on the various platforms (including Windows). This required an
      alternate main function.
      
      The original main function was renamed to reloadLoop (as that is what
      the main loop in it does) (it also got a couple of parameters). The
      service management library calls it as the main body of the program.
      
      Merged service.go into telegraf.go
      
      Due to compilation issues on Windows, moved the code from service.go
      into telegraf.go and removed service.go entirely.
      
      Updated dependencies and fixed Windows service
      
      Updated the dependencies so that it builds properly on Windows,
      additionally, fixed the registered command for starting it as
      a service (needed to add the config file option). This currently
      standardizes it as a C:\telegraf\telegraf.conf on Windows.
      
      Added dependency for github.com/kardianos/service
      
      Removed the common dependencies from _windows file
      
      Removed all the common dependencies from the Godeps_windows file and
      modified Makefile to load Godeps and then Godeps_windows when building
      for Windows. This should reduce problems caused by the Godeps_windows
      file being forgotten when updating dependencies.
      
      Updated CHANGELOG.md with changes
      
      Ran `go fmt ./...` to format code
      
      Removed service library on all but Windows
      
      The service library [kardianos/service](github.com/kardianos/service)
      has been disabled on all platforms but windows, as there is already
      existing infrastructure for other platforms.
      
      Removed the dependency line for itself
      
      It appears that gdm accidentally added the project itself to the
      dependency list. This caused the dependency restoration to select an
      earlier version of the project during build.
      
      This only affected windows.
      This only affected builds after 020b2c70
      
      Updated documentation for Windows Service
      
      Removed the documentation about using NSSM and added documentation on
      installing telegraf directly as a Windows Service.
      
      Added license info for kardianos/service
      
      Added the license information for github.com/kardianos/service which is
      licensed under the ZLib license, although that name is never mentioned
      the license text matches word for word.
      
      Changed the Windows Config file default location
      
      Updated the default location of the configuration file on Windows from
      C:\telegraf\telegraf.conf to C:\Program Files\Telegraf\telegraf.conf.
      With this change includes updating the directions, including directing
      that the executable be put into that same directory. Additionally, as
      noted in the instructions, the location of the config file for the
      service may be changed by specifying the location with the `-config`
      flag at install time.
      
      Fixed bug - Wrong data type: svcConfig
      
      svcConfig service.Config => svcConfig *service.Config
      (It needed to be a pointer)
      7b6713b0
  23. Aug 05, 2016
  24. Jul 22, 2016
  25. Jul 18, 2016
  26. Jul 16, 2016
  27. Jun 21, 2016
  28. Jun 03, 2016
  29. Jun 01, 2016
  30. May 26, 2016
  31. May 21, 2016
  32. May 20, 2016
  33. May 10, 2016
  34. Apr 26, 2016
  35. Apr 19, 2016
  36. Apr 16, 2016
  37. Apr 08, 2016
  38. Apr 06, 2016
Loading