Paweł Żak
b9bba638b1
chore: Wrap long lines in plugins/inputs/[a-d]* ( #12185 )
2022-11-08 18:41:17 +01:00
Sebastian Spaink
d67f75e557
docs: Remove warning not to remove go:embed ( #11797 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
Joshua Powers
8c49ddccc3
chore: update to go1.19.1 ( #11776 )
2022-09-08 12:49:36 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Eng Zer Jun
81090be35d
refactor: replace strings.Replace with strings.ReplaceAll ( #11079 )
2022-05-11 09:53:34 -06:00
Arati Kulkarni
50d706ecfa
fix(inputs/aerospike): Statistics query bug ( #10930 )
2022-04-12 15:15:13 -06:00
Sebastian Spaink
8e2b4988fe
feat: migrate input plugins to new sample config format (A-L) ( #10924 )
2022-04-07 16:01:21 -06:00
Thomas Casteleyn
a4f6b27bd5
style: Add deprecation notices to plugin options ( #10616 )
2022-03-01 15:05:53 -07:00
Arati Kulkarni
63d4a87eb1
feat: Bump github.com/aerospike/aerospike-client-go from 1.27.0 to 5.7.0 ( #10604 )
2022-02-22 11:54:29 -07:00
Paweł Żak
e058f3641c
Linter fixes for plugins/inputs/[ab]* ( #9191 )
2021-04-26 15:57:05 -05:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04:00
Paweł Żak
74a1acd814
Linter fixes - revive:unused-parameter, unparam, varcheck and unused ( #8984 )
...
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* "nolint"'s removed
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-22 12:21:36 -05:00
Paweł Żak
38c61c07ef
Revive fixes - part 4: ( #8981 )
...
empty-lines
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-12 14:21:51 -06:00
Joshua Gross
a063f9d7f7
fix edge case in aerospike plugin where an expected hex string was converted to integer if all digits ( #8542 )
2020-12-10 17:38:21 -05:00
Joshua Gross
4ebb8c7820
Add set, and histogram reporting to aerospike telegraf plugin ( #8025 )
...
Co-authored-by: Joshua Gross <joshua.gross@indexexchange.com>
2020-08-28 12:05:42 -04:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Daniel Nelson
38e644ff12
Support uint fields in aerospike input ( #4851 )
2018-10-12 14:37:30 -07:00
Daniel Nelson
dbd02ebb74
Add support for TLS and username/password auth to aerospike input ( #4183 )
2018-05-23 14:28:17 -07:00
Daniel Nelson
d5b6f92f3f
Log aerospike field value on error
2017-06-26 14:48:22 -07:00
Daniel Nelson
619b5d4c14
Change node_name to be a tag in aerospike input ( #2918 )
2017-06-13 17:09:38 -07:00
Patrick Hemmer
06baf7cf78
use AddError everywhere ( #2372 )
2017-04-24 11:13:26 -07:00
Cameron Sparr
c7834209d2
Major Logging Overhaul
...
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
2016-10-03 17:13:03 +01:00
Denis Orlikhin
5628049440
Handle negative integers coming as unsigned integers from Aerospike ( #1679 )
...
* Handle negative integers coming as unsigned integers from Aerospike stats
* skip values with overflow
* aerospike stat values parsing tests
* better tests
2016-09-05 14:29:14 +01:00
Cameron Sparr
2462e04bf2
Rdme upd ( #1660 )
...
* Update README and CHANGELOG with 1.0 RC 1
* Increase circleci test docker sleep
* update aerospike dependency
2016-08-24 08:41:12 +01:00
Cameron Sparr
5f14ad9fa1
clean up and finish aerospike refactor & readme
2016-07-19 11:36:41 +01:00
Cameron Sparr
03d02fa67a
Telegraf v1.0 beta 3
2016-07-18 18:20:41 +01:00
Cameron Sparr
704d9ad76c
Refactor aerospike plugin to use client lib
2016-07-16 22:15:37 +01:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
fc7fa4b6c5
Cleanup comments and indentation in config file
2016-02-09 11:01:50 -07:00
Cameron Sparr
9c0d14bb60
Create public models for telegraf metrics, accumlator, plugins
...
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
2016-01-27 15:42:50 -07:00
Jack Zampolin
0cdf1b07e9
Fix issue 524
2016-01-20 10:57:35 -08:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00