Mya Longmire
da7f2c7a93
Bugfix outputs influxdb endless retires ( #9296 )
2021-06-10 16:05:43 -05:00
David Bennett
842a788022
Remove error return type from metric.New method ( #9116 )
...
* Remove error return type from metric.New method.
* Formatting changes for linter + gofmt
* Additional linter fixes.
* More linter fixes.
* Linter fix.
* address comments
2021-04-13 14:40:03 -04:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -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
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
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
Steven Soroka
78cf0b7ea6
turn gzip on by default for InfluxDB v1 output ( #8269 )
2020-10-16 13:07:29 -04:00
Paweł Żak
c8e69aca3c
Fixed almost all bugs found by LGTM analysis platform ( #8240 )
2020-10-08 11:20:35 -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
643fb7decc
Remove trailing backslash from tag keys/values ( #7652 )
2020-06-12 17:54:49 -07:00
Daniel Nelson
edd8338180
Close HTTP2 connections on timeout in influxdb outputs ( #7517 )
2020-05-19 11:53:10 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Daniel Nelson
b77dac9fdf
Run create database query once per database ( #7333 )
2020-04-28 13:41:59 -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
Daniel Nelson
c7146be2f2
Add support for setting retention policy using tag ( #7141 )
2020-03-10 15:20:03 -07:00
Daniel Nelson
eb00f41905
Use actual database name in db creation failed log ( #6780 )
2019-12-10 12:58:59 -08:00
陈方舟
fa2f0fff4e
Fix influxdb output serialization on connection closed ( #6621 )
2019-11-13 12:56:01 -08:00
Daniel Nelson
47fd285b4a
Fix database routing on retry with exclude_database_tag ( #6486 )
2019-10-07 12:13:39 -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
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
a1bff8f550
Add ability to exclude db/bucket tag from influxdb outputs ( #6184 )
2019-07-30 14:16:51 -07:00
Daniel Nelson
17d66b864c
Close idle connections in influxdb outputs when reloading ( #5912 )
2019-05-31 16:55:31 -07:00
Daniel Nelson
65b76dc746
Add tag based routing in influxdb/influxdb_v2 outputs ( #5490 )
2019-02-27 10:54:02 -08:00
Olli-Pekka Lehto
5dfa3fa769
Fix InfluxDB output UDP line splitting ( #5439 )
2019-02-19 15:08:54 -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
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
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
Mihai Todor
f3da717a88
Add entity-body compression to http output ( #4807 )
2018-10-05 15:06:41 -07:00
Daniel Nelson
403ed001bf
Add version to the influxdb output plugins readme
2018-09-21 13:07:12 -07:00
Daniel Nelson
87b8141d13
Make influxdb output log message style more consistent
2018-09-04 13:19:54 -07:00
Daniel Nelson
fa30f568ec
Skip unserializable metric in influxDB UDP output ( #4534 )
2018-08-14 14:36:29 -06:00
Daniel Nelson
4dfb80d0fc
Fix error message if URL is unparseable in influxdb output ( #4511 )
2018-08-07 11:07:46 -07:00
maxunt
96cb0aaea0
Fix unit tests on Darwin ( #4458 )
2018-07-27 18:29:54 -07:00
Daniel Nelson
73c22a8189
Add SerializeBatch method to the Serializer interface ( #4107 )
2018-05-04 18:27:31 -07:00
Daniel Nelson
de355b76d6
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
abdff033cc
Note options that only work with influxdb HTTP
2018-04-25 13:47:16 -07:00
Daniel Nelson
78d4a95ce6
Test using Go 1.8-1.10; official builds with 1.10 ( #4041 )
2018-04-18 16:14:06 -07:00
Boris Schrijver
64a23c0b18
Fix make test-ci run ( #4002 )
2018-04-10 15:35:58 -07:00
Daniel Nelson
df78133bf3
Log error if scheme is unsupported
2018-04-05 11:08:31 -07:00
Jeff Ashton
bf915fa79c
Fix https in InfluxDB output ( #3976 )
2018-04-05 10:50:32 -07:00
Daniel Nelson
265d0e6d84
Fix bug preventing database from being recreated ( #3962 )
2018-04-02 16:18:33 -07:00
Daniel Nelson
b99cd14129
Add influx uint support as a runtime option ( #3948 )
2018-03-29 13:31:43 -07:00
Daniel Nelson
43bd23e555
Add support for connecting to InfluxDB over a unix domain socket ( #3942 )
2018-03-27 18:36:08 -07:00