Paweł Żak
9d9eb403a6
chore: Review of //nolint comments ( #12088 )
2022-10-26 12:06:08 +02: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
Sven Rebhan
35803efd2f
feat(outputs.amqp): Add proxy support ( #11649 )
2022-08-09 16:16:44 -05:00
Sven Rebhan
ac26d786fe
fix(outputs): Linter issues ( #11595 )
2022-08-03 07:20:51 -05:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Eng Zer Jun
d51634a613
fix(plugins/amqp): move from `streadway/amqp` to `rabbitmq/amqp091-go` ( #11192 )
2022-05-25 13:16:13 -06:00
Sven Rebhan
d9a6d8b774
chore: embed sample configurations into README for outputs ( #11182 )
2022-05-25 08:48:59 -06:00
Sebastian Spaink
a7df6c6aa6
feat: migrate output plugins to new sample config format ( #10910 )
2022-04-07 15:55:03 -06:00
Thomas Casteleyn
a4f6b27bd5
style: Add deprecation notices to plugin options ( #10616 )
2022-03-01 15:05:53 -07:00
Joshua Powers
0c4df85c2d
fix: check for nil client before closing in amqp ( #10635 )
2022-02-15 10:21:20 -07:00
stitch cula
0b96d40b60
fix(outputs/amqp): Close the last connection when writing error to avoid connection leaks ( #10360 )
2022-01-06 16:04:46 -06:00
Paweł Żak
3dc5281632
fix: Linter fixes for plugins/outputs/[a-f]* ( #10124 )
2021-11-18 09:26:24 -07:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -04:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04:00
Paweł Żak
ba66d4facb
Revive fixes - part 1 ( #8797 )
...
* Revive fixes regarding following set of rules:
[rule.blank-imports]
[rule.context-as-argument]
[rule.context-keys-type]
[rule.dot-imports]
[rule.error-return]
[rule.error-strings]
[rule.indent-error-flow]
[rule.errorf]
2021-02-08 11:18:40 -05:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Daniel Nelson
4197426a73
Ignore errors serializing single metrics ( #5943 )
2019-06-03 17:34:48 -07:00
Daniel Nelson
e141518cf0
Support passive queue declaration in amqp_consumer ( #5831 )
2019-05-20 14:38:35 -07:00
Daniel Nelson
b5cd9a9ff2
Add support for gzip compression to amqp plugins ( #5830 )
2019-05-20 14:36:23 -07:00
Daniel Nelson
5bb6e4603d
Fix publishing of direct exchange routing key ( #5868 )
2019-05-17 13:46:13 -07:00
Greg
21208d2686
Prevent connection leak by closing unused connections in amqp output ( #4924 )
2018-10-25 23:37:18 -07:00
Daniel Nelson
c7e2945a46
Fix exchange_durability sample config in amqp output
2018-09-04 13:21:58 -07:00
Daniel Nelson
a04cfee349
Fix incorrect option name in amqp sample configuration
2018-06-03 18:42:08 -07:00
Daniel Nelson
da6ad34fc8
Add option to disconnect after a message limit is reached in amqp output
2018-06-03 18:35:59 -07:00
Daniel Nelson
179bcfdcbb
Use list of brokers in amqp output and amqp_consumer
2018-06-03 18:35:59 -07:00
Daniel Nelson
e3f1d28908
Allow configuration of amqp exchange type, durability, and arguments
2018-06-03 18:35:59 -07:00
Mike Gent
2cc2913d81
Add static routing_key option to amqp output ( #3994 )
2018-06-03 15:52:00 -07:00
Daniel Nelson
de355b76d6
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
44320a5421
Add option to amqp output to publish persistent messages ( #3528 )
2017-11-30 18:40:12 -08:00
Daniel Nelson
052e88ad5e
Fix grammar
2017-04-27 14:59:18 -07:00
Daniel Nelson
5fe5c46c6d
Fix amqp output block on write if disconnected ( #2727 )
...
fixes #2603
2017-04-27 11:10:30 -07:00
Jack Zampolin
10744646db
AMQP Consumer plugin ( #1678 )
2017-03-03 10:24:50 -08:00
Cameron Sparr
db7a4b24b6
Implement telegraf's own full metric type
...
main reasons behind this:
- make adding/removing tags cheap
- make adding/removing fields cheap
- make parsing cheaper
- make parse -> decorate -> write out bytes metric flow much faster
Refactor serializer to use byte buffer
2016-12-01 18:17:02 +00:00
Cameron Sparr
f862c6585d
amqp precision is not used anymore
2016-11-24 10:17:24 +00: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
Cameron Sparr
e436b2d720
Cleanup & standardize config file
...
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
2016-04-01 10:59:53 -06:00
Eugene Dementiev
530b4f3bee
[amqp output] Allow external auth (cert-based tls auth)
...
closes #863
2016-03-16 19:03:41 -06:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
7def6663bd
Root directory cleanup
2016-02-18 13:37:36 -07:00
Cameron Sparr
a9c135488e
Add Serializer plugins, and 'file' output plugin
2016-02-12 14:13:49 -07:00
Cameron Sparr
bd9c5b6995
mqtt output: cleanup, implement TLS
...
Also normalize TLS config across all output plugins and normalize
comment strings as well.
2016-02-04 10:44:37 -07:00
Cameron Sparr
c549ab907a
Throughout telegraf, use telegraf.Metric rather than client.Point
...
closes #599
2016-01-27 23:47:32 -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
Eugene Dementiev
37b96c192b
output amqp: Add ssl support
...
closes #536
2016-01-16 17:31:05 -07:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00