Paweł Żak
8a6907a186
Revive fixes - part 3 ( #8872 )
...
* * Revive fixes regarding following set of rules: [rule.var-naming]
2021-03-01 16:04:35 -05:00
Jeff Ashton
a65a3052a9
outputs.kinesis - log record error count ( #8817 )
2021-03-01 10:56:17 -05:00
Ben Keith
2cf4b751be
SignalFx Output ( #6714 )
...
* [outputs.signalfx] Add output plugin for SignalFX
This output plugin converts the `telegraf.Metrics` into signalfx
`datapoint`s and then transmits them to the ingest servers using
signalfx golang client lib.
As of this commit, the client lib is allowed to pick sane defaults
and none of its fields are overridable via telegraf config. This
can be changed in the future if needed.
The unit tests only test for conversion of `telegraf.Metric`s to
the `datapoint` structs. All code that executes after that is
assumed to be tested in the signalfx client lib itself (and not
worth writing end-to-end tests for).
Further enhancements:
- Custom ingest urls
- Better batching
- More extensive tests
- Support for events, sent by whitelist only
Co-authored-by: Ben Keith <benkeith@splunk.com>
Co-authored-by: Akshay <akshay.moghe@gmail.com>
Co-authored-by: Jay Camp <jcamp@splunk.com>
2021-02-25 15:30:01 -05:00
Paweł Żak
d9736d543f
Revive fixes - part 2 ( #8835 )
...
* Revive fixes regarding following set of rules:
[rule.if-return]
[rule.increment-decrement]
[rule.var-declaration]
[rule.package-comments]
[rule.receiver-naming]
[rule.unexported-return]
2021-02-16 18:19:50 -05:00
Arnaud Lefebvre
f09e551cbd
outputs/warp10: url encode comma in tags value ( #8657 )
2021-02-16 12:15:48 -05:00
David Bennett
c25ae5295b
Validate the response from InfluxDB after writing/creating a database to avoid json parsing panics/errors ( #8775 )
...
* Validate the response from InfluxDB after writing/creating a database to avoid json parsing panics.
* Testing windows signing - ignore
* Update config.yml
* adding signing to workflow - test
* Updated config.yml
* Updated config.yml
* Updated config.yml
* Updated config.yml
* revert circleci test changes
* Various updates
2021-02-10 14:45:07 -05: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
Mike Summers
c43de16bce
Add HTTP proxy setting to New Relic output plugin ( #8749 )
2021-02-01 12:54:42 -05:00
Steven Soroka
9c7cf99fa7
[outputs.influxdb_v2] add exponential backoff, and respect client error responses ( #8662 )
...
* [outputs.influxdb_v2] add exponential backoff, and respect client error responses
* add test
* Update to 60 seconds
* fix test
2021-01-27 16:07:42 -05:00
Steven Soroka
52aaadfd79
Fix issue with elasticsearch output being really noisy about some errors ( #8748 )
2021-01-27 16:01:06 -05:00
Helen Weller
d41569caed
Integration test audit ( #8725 )
2021-01-26 11:06:12 -07:00
Steven Soroka
9814d3d84d
fix some annoying tests due to ports in use
2021-01-08 17:30:43 -05:00
Sebastian Spaink
c8584a7b3f
Upgrade circle-ci config to v2.1 ( #8621 )
...
* Upgrade to 2.1 circle-ci config
* new line
2021-01-06 16:23:29 -06:00
Yuri Grigorov
c319e63a5a
outputs/http: add option to control idle connection timeout ( #8055 )
...
Co-authored-by: Yuri Grigorov <jurijs.grigorovs@corp.mail.ru>
2020-12-30 12:59:58 -06:00
Greg
a7dff56dde
Add more verbose errors to influxdb output ( #6061 )
...
Looks like ear/959 has already been resolved, but these additional information for the errors still seems useful.
I just re-based the change and merging.
2020-12-21 10:14:10 -06:00
Olli-Pekka Lehto
f5d5a51c21
Added "name" parameter to NATS output plugin ( #8429 )
2020-11-27 11:24:26 -05:00
Steven Soroka
8b30bb9534
Enable kafka zstd compression and idempotent writes ( #8435 )
2020-11-23 15:51:58 -05:00
Paweł Żak
0fcfee0caf
Fix tests for Windows - part 1 ( #8414 )
2020-11-23 10:40:32 -05:00
Aaron Griffin
2c346ed08b
#8405 add non-retryable debug logging ( #8406 )
...
Add debug level logging for metric data that is not retryable.
2020-11-16 09:54:58 -05:00
Yuxuan 'fishy' Wang
18460e1825
Wavefront output should distinguish between retryable and non-retryable errors ( #8404 )
2020-11-13 17:08:05 -05:00
Pontus Rydin
748af7f5d1
[output.wavefront] Introduced "immediate_flush" flag ( #8165 )
2020-11-02 23:12:48 -05:00
peter-volkov
38796f035b
#8295 Initial Yandex.Cloud monitoring ( #8296 )
2020-11-02 11:11:47 -05:00
Thomas Schuetz
a49e37a2a6
#8328 Fixed a bug with the state map in Dynatrace Plugin ( #8329 )
2020-10-29 11:04:11 -04:00
Steven Soroka
e83a165635
kafka sasl-mechanism auth support for SCRAM-SHA-256, SCRAM-SHA-512, GSSAPI ( #8318 )
2020-10-28 12:16:59 -04:00
Ido Halevi
9b23a04b69
A new Logz.io output plugin ( #8202 )
2020-10-22 11:53:08 -04:00
Patryk Małek
885d0affa6
Sumo Logic output plugin: fix unparsable config.Size from sample config ( #8243 )
2020-10-21 12:43:24 -06:00
simnv
1696cca283
Fix using empty string as the namespace prefix in azure_monitor output plugin ( #8282 )
...
* Fix using empty string as the namespace prefix
Fixes #8256
* Test using empty string as the namespace prefix
2020-10-20 10:16:22 -04:00
Steven Soroka
78cf0b7ea6
turn gzip on by default for InfluxDB v1 output ( #8269 )
2020-10-16 13:07:29 -04:00
Thomas Schuetz
c85fb585ad
Dynatrace Output Plugin: Fixed behaviour when state map is cleared ( #8251 )
2020-10-16 11:55:35 -04:00
piotrwest
7c2c2c5d8b
Add the Timestream Output Plugin ( #8239 )
...
Co-authored-by: Piotr Westfalewicz <westpiot@amazon.com>
2020-10-15 13:51:17 -04:00
Patryk Małek
190fdd24fa
Sumo Logic output plugin: only support HTTP POST ( #8262 )
2020-10-14 12:11:23 -04:00
Paweł Żak
c8e69aca3c
Fixed almost all bugs found by LGTM analysis platform ( #8240 )
2020-10-08 11:20:35 -04:00
Steven Soroka
392ef9b9c0
change influxdb port 9999 to 8086 ( #8198 )
2020-10-07 11:54:51 -04:00
Patryk Małek
cc089e6eb6
Fix carbon2 serializer not falling through to field separate when carbon2_format field is unset ( #8201 )
2020-10-07 08:33:09 -06:00
Samantha Wang
660714b943
add min telegraf to plugin readme ( #8223 )
...
* add min telegraf versions to readme
* add new telegraf plugins to main readme
2020-10-06 14:44:00 -07:00
Thomas Schuetz
f2a831c94e
Dynatrace Output: change handling of monotonic counters ( #8159 )
2020-09-30 13:30:48 -04:00
Patryk Małek
a3a1224e58
Sumo Logic output plugin: carbon2 default to include field in metric ( #8132 )
2020-09-29 14:00:33 -04:00
Patryk Małek
ca7252c641
Fix Sumo Logic output plugin not splitting requests properly ( #25 ) ( #8115 )
2020-09-24 16:13:37 -04:00
Patryk Małek
5534b9955c
Carbon2 configuration option - include field in metric name ( #8094 )
2020-09-10 12:14:11 -04:00
Patryk Małek
e9dcade0a8
Sumo Logic output plugin ( #8023 )
2020-09-10 10:56:35 -04:00
Steven Soroka
8cd0fe5e7b
Revert "update influxdb v2 port"
...
This reverts commit 8c3ba65e77 .
2020-09-09 14:07:10 -04:00
Samantha Wang
8c3ba65e77
update influxdb v2 port
2020-09-09 10:55:20 -07:00
Toni Moreno
9a06ac1d6a
added force_document_id option to ES output enable resend data and avoiding duplicated ES documents, fix #7891 ( #8019 )
2020-09-08 16:34:27 -04:00
Pontus Rydin
60d402d827
vSphere Fixed missing clustername issue 7878 ( #8026 )
2020-08-26 12:58:28 -04:00
Thomas Schuetz
bf0b376fc7
Fix InsecureSkipVerify in Dynatrace Plugin ( #8015 )
2020-08-21 11:31:30 -04:00
DM
a03555ec5a
[outputs.application_insights] Added the ability to set the endpoint url ( #7134 )
2020-08-19 18:04:24 -04:00
Thomas Schuetz
6e8255c644
Dynatrace Plugin - Updated Documentation ( #7994 )
2020-08-17 18:37:13 -04:00
Thomas Schuetz
780fbfecb2
Dynatrace output plugin ( #7881 )
2020-08-12 11:51:53 -04:00
Russ Savage
75e701c288
fix(readmes): adding code block annotations ( #7963 )
2020-08-10 15:50:48 -04:00
Steven Soroka
4d11d76bb1
cleanup cloudwatch plugin ( #7928 )
2020-08-07 10:12:14 -04:00
Aladex
2e751d0b54
JSON does not support values NaN and Inf ( #7908 )
2020-08-06 14:27:15 -04:00
Samuel Vandamme
eb162ddaa4
Fixed title on New Relic README.md ( #7948 )
2020-08-06 12:29:15 -04:00
Steven Soroka
de313fcde6
clarify docs and add warning if execd is misconfigured ( #7866 )
2020-07-20 22:38:00 -04:00
Labesse Kévin
4c4945fecc
documentation: typo outputs cloud_pubsub ( #7817 )
2020-07-10 11:50:52 -04:00
Daniel Nelson
413398d1a1
Add minimum version for new plugins ( #7810 )
2020-07-09 11:29:12 -07:00
Jakub Warczarek
31407141cf
Fix data race in plugin output pubsub tests ( #7782 )
2020-07-03 12:01:22 -04:00
Steven Soroka
0efcca3c33
execd output ( #7761 )
2020-07-02 11:59:29 -04:00
Daniel Nelson
f2dded5b90
Allow histograms with no buckets and summary without quantiles ( #7740 )
2020-06-30 11:30:34 -07:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Daniel Nelson
8c017661dc
Document that string fields do not produce prometheus metrics ( #7644 )
2020-06-18 11:03:11 -07:00
weedees
ea8192d2f3
Add 'batch' to mqtt output optional parameters ( #7690 )
2020-06-16 15:46:57 -07:00
Daniel Nelson
643fb7decc
Remove trailing backslash from tag keys/values ( #7652 )
2020-06-12 17:54:49 -07:00
Daniel Nelson
7b06624885
Update docs for newrelic output
2020-05-27 11:52:21 -07:00
hsinghkalsi
580ac61cf7
Add newrelic output plugin ( #7019 )
2020-05-27 11:24:49 -07:00
ihard
94c75b51a8
Add configurable separator graphite serializer and output ( #7545 )
2020-05-20 17:15:18 -07:00
Daniel Nelson
edd8338180
Close HTTP2 connections on timeout in influxdb outputs ( #7517 )
2020-05-19 11:53:10 -07:00
Josh Soref
bf1eb291f2
Fix assorted spelling mistakes ( #7507 )
2020-05-15 15:43:32 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Pontus Rydin
23756077a4
Add truncate_tags setting to wavefront output ( #7503 )
2020-05-13 12:02:39 -07:00
Daniel Nelson
283a16316a
Update datadog output documentation ( #7467 )
2020-05-06 11:25:21 -07:00
Steven Soroka
b73a232a6a
Support Go execd plugins with shim ( #7283 )
2020-05-04 14:09:10 -04:00
William Austin
59acbd4f13
Add ContentEncoder to socket_writer for datagram sockets ( #7417 )
2020-04-30 13:21:34 -07:00
Daniel Nelson
b77dac9fdf
Run create database query once per database ( #7333 )
2020-04-28 13:41:59 -07:00
Daniel Nelson
2799302142
Fix dimension limit on azure_monitor output ( #7336 )
2020-04-22 16:16:22 -07:00
Daniel Nelson
a4eb9c2205
Use the product token for the user agent in more locations ( #7378 )
2020-04-21 10:02:18 -07:00
Daniel Nelson
eb8d805370
Fix exclude database and retention policy tags is shared ( #7323 )
2020-04-14 12:15:35 -07:00
reimda
9413291064
Fix error in docs about exclude_retention_policy_tag ( #7311 )
2020-04-13 12:44:03 -07:00
Andrés Álvarez
df145c7e56
Fix export timestamp not working for prometheus on v2 ( #7289 )
2020-04-06 16:21:01 -04:00
Ilya Antipov
0cad343de7
Support multiple templates for graphite serializers ( #7136 )
2020-03-31 11:30:21 -07:00
Daniel Nelson
c7146be2f2
Add support for setting retention policy using tag ( #7141 )
2020-03-10 15:20:03 -07:00
Daniel Nelson
b6de4da41f
Add topic tag options to kafka output ( #7142 )
2020-03-10 13:38:26 -07:00
Daniel Nelson
7b03a6f4ab
Update stackdriver plugins to reflect new product naming ( #7098 )
2020-03-05 10:36:36 -08:00
reimda
a0276385b1
Refactor InfluxDB listener ( #6974 )
...
Use streaming parser in InfluxDB listener
2020-03-04 11:13:44 -07:00
Rick van de Loo
0103691eb6
Fix typo in exec input readme ( #7086 )
2020-02-26 09:33:24 -08:00
Daniel Nelson
b5e0577d6b
Use add time for prometheus expiration calculation ( #7056 )
2020-02-24 15:53:16 -08:00
R.I.Pienaar
79ff743064
Add support for credentials file to nats_consumer and nats output ( #7022 )
2020-02-20 14:30:04 -08:00
Daniel Nelson
0cc71dbd51
Document the behavior of an unset routing key ( #6983 )
2020-02-04 16:40:00 -08:00
Daniel Nelson
e8d9add2d1
Expire metrics on query in addition to on add ( #6981 )
...
Ensures that expired metrics are removed even when no new data is sent
to the output.
2020-02-04 16:12:23 -07:00
Daniel Nelson
c6f8b273c0
Allow a user defined field to be used as the graylog short_message ( #6700 )
2020-01-21 10:49:01 -08:00
Daniel Nelson
5f1f4b9e8d
Use Go modules for dependency management ( #6912 )
2020-01-16 14:38:06 -08:00
Daniel Nelson
f6b302621e
Do not add invalid timestamps to kafka messages ( #6908 )
2020-01-15 15:26:50 -08:00
Daniel Nelson
7faf05023d
Update Warp10 docs and uint64 and timestamp handling ( #6885 )
2020-01-09 13:57:14 -08:00
Aurélien HÉBERT
ce02bebf30
Add output plugin for Warp10 ( #1923 )
2020-01-09 11:29:16 -08:00
Daniel Nelson
2486006495
Add kafka SASL version control to kafka_consumer ( #6350 )
2020-01-02 16:27:26 -08:00
Daniel Nelson
aabc7e7d4f
Replace colon chars in prometheus output labels with metric_version=1 ( #6781 )
2019-12-10 12:59:16 -08:00
Daniel Nelson
eb00f41905
Use actual database name in db creation failed log ( #6780 )
2019-12-10 12:58:59 -08:00
Daniel Nelson
317c823bfc
Set message timestamp to the metric time in kafka output ( #6746 )
2019-12-03 11:48:53 -08:00
Daniel Nelson
10db774db3
Add prometheus round trip unit tests ( #6720 )
2019-11-26 17:31:36 -08:00
Daniel Nelson
80c5edd48e
Add prometheus serializer and use it in prometheus output ( #6703 )
2019-11-26 15:46:31 -08:00
Marc Ruiz
4e8aa8ad1b
Fix README.md and improve example config description ( #6707 )
2019-11-22 10:32:39 -08:00
Marc Ruiz
c7af10b159
Add high resolution metrics support to CloudWatch output ( #6689 )
2019-11-21 18:37:33 -08:00
陈方舟
fa2f0fff4e
Fix influxdb output serialization on connection closed ( #6621 )
2019-11-13 12:56:01 -08:00
Daniel Nelson
6cbaf890d9
Use github.com/gofrs/uuid 2.1.0 ( #6636 )
2019-11-07 17:39:19 -08:00
Daniel Nelson
5bd5cdc6d7
Build official packages with Go 1.13.1 ( #6462 )
2019-10-07 21:08:28 -07:00
Daniel Nelson
47fd285b4a
Fix database routing on retry with exclude_database_tag ( #6486 )
2019-10-07 12:13:39 -07:00
Randy Coburn
62c6e30a78
Use batch serialization format in exec output ( #6446 )
2019-09-26 16:14:54 -07:00
Greg
817c9a69a9
Document and add support to input plugins for logging alias ( #6357 )
2019-09-23 15:39:50 -07:00
Daniel Nelson
24d5a93e63
Add example URL for cloud2 to influxdb_v2 output
2019-09-23 10:02:19 -07:00
Greg
88b60a2e9b
Return error rather than default a retry value ( #6376 )
2019-09-10 11:46:46 -07:00
Daniel Nelson
acedbe0633
Promote the use of http as the scheme over tcp in health output ( #6311 )
2019-08-26 16:29:45 -07:00
Daniel Nelson
94f68c06d7
Use alias name in output metric buffer stats
2019-08-21 18:06:04 -07:00
Greg
5c8d0e3ac9
Add ability to label inputs for logging ( #6207 )
2019-08-21 16:49:07 -07:00
Greg
819bf8e99d
Add exec output plugin ( #6267 )
2019-08-20 17:07:24 -07:00
Daniel Nelson
328a2bf16f
Remove advanced TLS conf from prometheus output sample config
2019-08-19 17:42:41 -07:00
Stanislav Putrya
149d221191
Add capability to limit TLS versions and cipher suites ( #6246 )
2019-08-19 16:01:01 -07:00
Daniel Nelson
337a579dd0
Move elasticsearch permission setup into new readme section
2019-08-09 17:23:08 -07:00
Théo
6512b7b7fb
Document service account setup for the elasticsearch output ( #6224 )
2019-08-09 17:18:27 -07:00
Daniel Nelson
b5710a6a21
Skip floats that are NaN or Inf in Datadog output. ( #6198 )
2019-08-05 14:50:29 -07:00
Daniel Nelson
633dfe2a19
Add secure option to NATS output to mirror input
2019-08-02 16:58:04 -07:00
Greg
a1bff8f550
Add ability to exclude db/bucket tag from influxdb outputs ( #6184 )
2019-07-30 14:16:51 -07:00
Daniel Nelson
c9107015b0
Emit sarama library log messages at debug level ( #6091 )
2019-07-11 13:50:12 -07:00
Leandro Piccilli
5bad2c3a43
Add support for ES 7.x to elasticsearch output ( #6053 )
2019-07-01 16:22:17 -07:00
Daniel Nelson
63916ae1cf
Add default url for http output ( #5976 )
2019-06-14 11:29:58 -07:00
Daniel Nelson
6c3534a66e
Add support for remaining file rotation options ( #5944 )
2019-06-03 17:38:21 -07:00
Daniel Nelson
4197426a73
Ignore errors serializing single metrics ( #5943 )
2019-06-03 17:34:48 -07:00
Kristoffer Berdal
1c0d3a0eb9
Add file rotation based on file age to file output plugin ( #5547 )
2019-06-01 17:11:47 -07:00
Daniel Nelson
17d66b864c
Close idle connections in influxdb outputs when reloading ( #5912 )
2019-05-31 16:55:31 -07:00
Daniel Nelson
aaaad4d217
Add health output plugin ( #5882 )
2019-05-29 18:31:06 -07:00
Javier Kohen
adb7a52b93
Set user agent in stackdriver output ( #5901 )
2019-05-24 11:24:14 -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
ad877fdd91
Fix scale set resource id with azure_monitor output ( #5821 )
2019-05-20 14:32:04 -07:00
Daniel Nelson
5bb6e4603d
Fix publishing of direct exchange routing key ( #5868 )
2019-05-17 13:46:13 -07:00
Daniel Nelson
a0a9da371e
Reformat syslog output documentation
2019-05-08 11:39:03 -07:00
javicrespo
761705c299
Add syslog output plugin ( #5802 )
2019-05-08 11:21:51 -07:00
Greg
93be5759d5
Set host header if configured on http output ( #5810 )
2019-05-06 12:13:51 -07:00
Greg
3592433b06
Buffer metrics from failed writes in influxdb2 output if token is invalid ( #5792 )
2019-05-01 16:46:52 -07:00
Robert Sullivan
e5215d74db
Allow colons in metric names in prometheus_client output ( #5680 )
2019-04-04 16:38:33 -07:00
Greg
d738892c0b
Remove tags that would create invalid label names in prometheus output ( #5663 )
2019-04-02 12:42:48 -07:00
Pierre Tessier
ff81811720
Add option to use strict sanitization rules to wavefront output ( #5664 )
2019-04-02 11:47:25 -07:00
Daniel Nelson
3bb1548414
Fix plugin name in influxdb_v2 output logging ( #5627 )
2019-03-26 18:09:35 -07:00
Daniel Nelson
99a390b8e6
Fix open error handling in file output ( #5540 )
2019-03-22 13:59:30 -07:00
Daniel Nelson
91cd17fd40
Use random available port in prometheus output tests ( #5555 )
2019-03-08 14:54:16 -08:00
emily
dd67144660
Add Base64-encoding/decoding for Google Cloud PubSub plugins ( #5543 )
2019-03-06 17:34:47 -08:00
Daniel Nelson
b5adaff07f
Sort metrics by timestamp in prometheus output ( #5534 )
2019-03-05 11:08:02 -08:00
Greg
30fcaf0987
Improve error handling in prometheus output ( #5512 )
2019-03-01 13:26:11 -08:00
Daniel Nelson
2c09010f72
Listen before returning from Connect in prometheus output ( #5509 )
2019-03-01 11:19:31 -08:00
Daniel Nelson
65b76dc746
Add tag based routing in influxdb/influxdb_v2 outputs ( #5490 )
2019-02-27 10:54:02 -08:00
Daniel Nelson
29cbb0ab2d
Add mutual TLS support to prometheus_client output
2019-02-26 18:34:35 -08:00
Robert Edström
a3f83afe4a
Move capacity check for stackdriver output plugin ( #5479 )
2019-02-26 17:40:21 -08:00
Max Eshleman
b34ad9efc4
update sample config for prometheus output client
...
Signed-off-by: Robert Sullivan <rsullivan@pivotal.io>
2019-02-26 11:46:49 -07:00
Max Eshleman
a85833ae53
replace gomega with require in prometheus output client tests
...
Signed-off-by: Robert Sullivan <rsullivan@pivotal.io>
2019-02-26 11:34:50 -07:00
Greg
9d8a574ac7
Add kinesis input plugin ( #5341 )
2019-02-25 12:02:57 -08:00
Robert Sullivan
05af32b191
Clean up TLS configuration in prometheus_client output plugin
...
Signed-off-by: Jesse Weaver <jeweaver@pivotal.io>
2019-02-22 15:26:32 -07:00
Jesse Weaver
c9fb1fcdca
Add mutual TLS support to prometheus_client output plugin
...
Signed-off-by: Robert Sullivan <rsullivan@pivotal.io>
2019-02-22 12:19:29 -07:00
Nicolas Bazire
33dfbfdf5e
Fix delete in place of keys in stackdriver output ( #5465 )
2019-02-21 12:19:50 -08:00
Andrew Ernst
6add84eb25
Support Azure Sovereign Environments with endpoint_url option ( #5453 )
2019-02-20 15:16:23 -08:00
Robert Edström
5823fefb7a
Group stackdriver requests to send one point per timeseries ( #5407 )
2019-02-20 13:16:02 -08:00
Olli-Pekka Lehto
5dfa3fa769
Fix InfluxDB output UDP line splitting ( #5439 )
2019-02-19 15:08:54 -08:00
Daniel Nelson
ab1a1b075d
Disable export_timestamp by default in prometheus output
2019-02-14 15:09:12 -08:00
Daniel Nelson
c08b454af4
Fix typos in mqtt output documentation
2019-02-11 17:25:25 -08:00
Paweł Kraszewski
0084138bc6
Add option to set retain flag on messages in mqtt output ( #4892 )
2019-02-11 17:22:31 -08:00
Daniel Nelson
c612f707f4
Comment out optional parameters to stackdriver output
2019-02-11 14:58:30 -08:00
Robert Edström
3f9860a685
Add resource type and resource label support to stackdriver output ( #5391 )
2019-02-08 12:13:33 -08:00
Daniel Nelson
7f54ae18b5
Send metrics in ascending time order in stackdriver output ( #5385 )
2019-02-06 14:17:51 -08:00
Daniel Nelson
d4ab5da34f
Skip string fields in stackdriver output ( #5384 )
2019-02-05 18:22:42 -08:00
Ami Blonder
cce160322e
Replace subscription with topic in the pubsub output plugin ( #5378 )
2019-02-05 11:04:51 -08:00
Daniel Nelson
6b144db504
Remove unimplemented auth options from azure_monitor documentation ( #5348 )
2019-02-04 11:19:04 -08:00
Daniel Nelson
35381707db
Fix grammar in influxdb_v2 README
2019-02-01 12:27:31 -08:00
Daniel Nelson
8e46414da2
Clean pubsub sample config
2019-02-01 12:27:31 -08:00
Daniel Nelson
b2f6fd685d
Update link to InfluxDB v2.x
2019-01-22 15:29:46 -08:00
Greg
5b85569316
Cleanup logs in kinesis output ( #5328 )
2019-01-22 14:05:20 -08:00
Artem V. Navrotskiy
3380fdf69d
Add option to report input timestamp in prometheus output ( #5292 )
2019-01-17 10:51:18 -08:00
Daniel Nelson
e20ba1e2b6
Fix intermittent test cases in cloud_pubsub ( #5271 )
2019-01-09 15:55:57 -08:00
emily
f5f85aa74f
Add GCP Cloud Pubsub output plugin ( #5202 )
2019-01-08 15:53:02 -08:00
Pierre Tessier
9cc06702da
Use wavefront sdk in wavefront output ( #5161 )
2018-12-21 11:26:07 -08:00
Raphael Couto
f794d5b08a
Fix error sending empty tag value in azure monitor output ( #5083 )
2018-12-13 11:57:03 -08:00
Daniel Nelson
56f2c435e7
Add udp url note to influxdb output sample config
2018-11-12 16:06:23 -08:00
Ivan Vandot
41c8fd7e93
Clarify UDP influxdb endpoint ( #4974 )
2018-11-12 16:05:28 -08:00
Daniel Nelson
6e5c2f8bb6
Remove outputs blocking inputs when output is slow ( #4938 )
2018-11-05 13:34:28 -08:00
Greg
ad5fcf8efb
Improve error description in influxdb_v2 output ( #4952 )
2018-11-02 17:50:55 -07:00
Marcos Nils
742a74dcf0
Use default partition key when tag does not exist in kinesis output ( #4904 )
2018-10-25 23:51:14 -07:00
Greg
21208d2686
Prevent connection leak by closing unused connections in amqp output ( #4924 )
2018-10-25 23:37:18 -07:00
Trevor Pounds
ee056278f5
Enable gofmt code simplification ( #4887 )
2018-10-19 13:32:54 -07:00
Samuel-BF
589d0587f6
Add ability to specify bytes options as strings with units (KB, MiB, ...) ( #4852 )
2018-10-19 11:17:18 -07:00
Trevor Pounds
17360f079c
Fix spelling mistakes ( #4888 )
2018-10-19 11:12:01 -07:00
Trevor Pounds
136a5724bd
Use DescribeStreamSummary in place of ListStreams in kinesis output ( #4864 )
2018-10-18 13:05:43 -07:00
Daniel Nelson
106f5b5ca8
Update changelog
2018-10-16 12:23:05 -07:00
James Maidment
0b601513a2
Add stackdriver output plugin ( #3876 )
2018-10-16 11:47:10 -07:00
Kevin Conaway
44fd74d688
Add telegraf version to User-Agent header ( #4838 )
...
Header is added in influxdb, influxdb_v2, and http outputs.
2018-10-11 12:25:21 -07:00
kelwang
a0eee37ed2
Fix grammar in influxdb_v2 sample config ( #4815 )
2018-10-10 18:34:32 -07:00
Greg
b075686400
Update write path to match updated InfluxDB v2 API ( #4844 )
2018-10-10 15:53:01 -07:00
Mihai Todor
f3da717a88
Add entity-body compression to http output ( #4807 )
2018-10-05 15:06:41 -07:00
Kevin Conaway
34caf12db5
Add an option to specify a custom datadog URL ( #4800 )
2018-10-05 13:51:16 -07:00
Kevin Conaway
422c142463
Use non-allocating field and tag accessors in datadog output ( #4803 )
2018-10-05 13:48:18 -07:00
Daniel Nelson
5101f075e1
Skip tags with empty values in cloudwatch output ( #4785 )
2018-10-01 18:27:44 -07:00
Greg
2e2e998ebd
Don't add tags with empty values to opentsdb output ( #4751 )
2018-09-26 19:26:23 -07:00
Daniel Nelson
403ed001bf
Add version to the influxdb output plugins readme
2018-09-21 13:07:12 -07:00
Daniel Nelson
f05fdde48b
Remove the startup authentication check from the cloudwatch output ( #4695 )
2018-09-18 09:07:28 -07:00
Greg
1fdf032db0
Add influx v2 output plugin ( #4645 )
2018-09-12 14:48:59 -07:00
Gunnar Aasen
71aaa844f5
Update Azure Monitor README
2018-09-12 12:05:20 -07:00
Vikrant
091af7e645
Add OAuth2 support to HTTP output plugin ( #4536 )
2018-09-06 10:54:05 -07:00
Gunnar
f70d6519e7
Add Azure Monitor output plugin ( #4089 )
2018-09-05 14:50:32 -07:00
Olli Janatuinen
13029a1fa4
Corrected application insights example config ( #4635 )
2018-09-05 14:19:56 -07:00
Daniel Nelson
c7e2945a46
Fix exchange_durability sample config in amqp output
2018-09-04 13:21:58 -07:00
Daniel Nelson
87b8141d13
Make influxdb output log message style more consistent
2018-09-04 13:19:54 -07:00
Daniel Nelson
7b05993a6e
Fix sending of basic auth credentials in http output ( #4609 )
2018-08-29 12:28:29 -07:00
Daniel Nelson
80346b2e93
Update prometheus output sample config and README
2018-08-24 16:37:11 -07:00
Daniel Nelson
d2cf9a7157
Add support for static and random routing keys in kafka output ( #4579 )
2018-08-21 12:44:10 -07:00
Daniel Nelson
886d8cc840
Drop message batches in kafka output if too large ( #4565 )
2018-08-17 13:51:21 -07:00
Daniel Nelson
34614582a7
Use snake case in kafka output config
2018-08-15 14:12:22 -07:00
Mauro Murari
61513c64b8
Add message 'max_bytes' configuration ( #4537 )
2018-08-15 14:05:26 -07:00
Daniel Nelson
fa30f568ec
Skip unserializable metric in influxDB UDP output ( #4534 )
2018-08-14 14:36:29 -06:00
Pierre Tessier
6454319062
Add Wavefront parser ( #4402 )
2018-08-13 17:37:06 -06:00
Daniel Nelson
4dfb80d0fc
Fix error message if URL is unparseable in influxdb output ( #4511 )
2018-08-07 11:07:46 -07:00
dupondje
e1160c26bc
Add ip restriction for the prometheus_client output ( #4431 )
2018-08-01 16:43:34 -06:00
david7482
199841a820
Support StatisticValues in cloudwatch output plugin ( #4364 )
2018-08-01 16:43:17 -06:00
Daniel Nelson
f4032fc78d
Add support for lz4 compression to kafka output ( #4492 )
2018-07-31 16:09:30 -06:00
Daniel Nelson
943dcc0c49
Send all messages before waiting for results in kafka output ( #4491 )
2018-07-31 16:08:04 -06:00
Daniel Nelson
93ed28e745
Add support for configuring an AWS endpoint_url ( #4485 )
2018-07-31 16:07:21 -06:00
maxunt
96cb0aaea0
Fix unit tests on Darwin ( #4458 )
2018-07-27 18:29:54 -07:00
david7482
9657870258
Improve cloudwatch output performance ( #4320 )
2018-07-23 12:00:35 -06:00
Greg
b75d66ff41
Return error if NewRequest fails in http output ( #4429 )
2018-07-17 15:54:10 -06:00
Daniel Nelson
49a5dea536
Update client_id in kafka input and output readme
2018-07-13 14:00:25 -07:00
Rion
c8f00030dd
Add support for setting kafka client id ( #4418 )
2018-07-13 13:53:56 -07:00
Daniel Nelson
2ee374cf50
Deprecate camelCase config options in opentsdb output
2018-07-02 15:10:10 -07:00
Jacob Lisi
c7cfc2ec39
Add http path configuration for OpenTSDB output ( #4347 )
2018-07-02 15:04:01 -07:00
Greg
1bd41ef3ce
Update vendoring to dep from gdm ( #4314 )
2018-06-19 11:55:38 -07:00
Daniel Nelson
dd2223ae1c
Use nats-io/go-nats instead of nats-io/nats
2018-06-11 15:24:45 -07:00
Pierre Tessier
d2e729dfaf
Remove tags with empty values from Wavefront output ( #4266 )
2018-06-11 14:54:08 -07:00
Daniel Nelson
be8b87000c
Remove test for empty metrics list from file output
2018-06-04 17:58:55 -07:00
Daniel Nelson
df1fe7a2b4
Use random name for test sockets to avoid intermittent failure
2018-06-03 20:19:39 -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
Dark
fcea745e99
Change config to match toml parsing rule. ( #4225 )
2018-06-03 18:31:47 -07:00
Mike Gent
2cc2913d81
Add static routing_key option to amqp output ( #3994 )
2018-06-03 15:52:00 -07:00
Thanabodee Charoenpiriyakij
8b28f40cc0
Handle uint64 on cloudwatch output ( #4219 )
2018-06-01 10:47:40 -07:00
Daniel Nelson
59f0a5354f
Log if connection is closed on write error
2018-05-29 16:10:27 -07:00
Daniel Nelson
6a21e23bcc
Update graphite output dataf format docs
2018-05-21 16:39:33 -07:00
Pavel Boev
7660315e45
Add support for Graphite 1.1.x tags ( #4165 )
2018-05-21 15:59:56 -07:00
Daniel Nelson
3072b5a493
Update mqtt output docs and changelog
2018-05-18 19:03:00 -07:00
jvrahav
81f5a41bc9
Add batch mode to mqtt output ( #4094 )
2018-05-18 18:55:02 -07:00
Daniel Nelson
2948dec6f5
Update changelog and docs for application_insights plugin
2018-05-15 16:42:56 -07:00
Karol Zadora-Przylecki
863af9d1d4
Add Microsoft Application Insights output plugin ( #4010 )
2018-05-15 16:05:59 -07:00
Daniel Nelson
e45822e2e2
Fix librato output support for uint and bool ( #4151 )
2018-05-15 15:54:20 -07:00
Daniel Nelson
d5f57715dc
Add method, basic auth, and tls support to http output
2018-05-14 17:18:07 -07:00
Dark
190a4128c5
Add HTTP output plugin ( #2491 )
2018-05-14 17:15:40 -07:00
Daniel Nelson
b11468757c
Add uint/bool support to cratedb output ( #4117 )
2018-05-08 12:10:25 -07:00