- Jan 06, 2018
-
-
James authored
-
- Nov 09, 2017
-
-
Felix Geisendörfer authored
-
- May 17, 2017
-
-
Frederick Roth authored
-
- Apr 05, 2017
-
-
James authored
-
- Mar 09, 2017
-
-
Daniel Nelson authored
-
Dennis Dryden authored
* Add configuration docs to Postgresql input plugin Add configuration docs to PostgreSQL input plugin README (mostly from the source code) though I've not included the configuration example that seems to use all he connections on the database[1]. [1] https://github.com/influxdata/telegraf/issues/2410 * Fix typo in readme and sampleConfig string.
-
- Jan 24, 2017
-
-
James authored
that handles them properly
-
- Sep 07, 2016
-
-
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
-
- Apr 01, 2016
-
-
Cameron Sparr authored
changes: - -sample-config will now comment out all but a few default plugins. - config file parse errors will output path to bad conf file. - cleanup 80-char line-length and some other style issues. - default package conf file will now have all plugins, but commented out. closes #199 closes #944
-
- Mar 14, 2016
-
-
Thomas Menard authored
Fix the password exposure in the metrics or tags. closes #821 closes #845
-
- Feb 18, 2016
-
-
Cameron Sparr authored
-
- Feb 12, 2016
-
-
Thomas Menard authored
Add pg_stat_bg_writer stats closes #683
-
- Feb 09, 2016
-
-
Cameron Sparr authored
-
- Jan 28, 2016
-
-
Cameron Sparr authored
closes #599
-
- Jan 27, 2016
-
-
Cameron Sparr authored
This will basically make the root directory a place for storing the major telegraf interfaces, which will make telegraf's godoc looks quite a bit nicer. And make it easier for contributors to lookup the few data types that they actually care about. closes #564
-
- Jan 23, 2016
-
-
Jack Zampolin authored
-
- Jan 20, 2016
-
-
Jack Zampolin authored
-
Jack Zampolin authored
-
- Jan 07, 2016
-
-
Cameron Sparr authored
-