Paweł Żak
02f0b15033
chore: Enable dynamicFmtString and sprintfQuotedString checkers for gocritic ( #13279 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-06-09 10:11:52 +02:00
Joshua Powers
ca7c8f7005
chore: update removal and deprecations for v1.30.0 ( #13351 )
2023-06-02 12:36:19 +02:00
Joshua Powers
80b8fe6333
fix(serializers.influx): Restore disabled uint support by default ( #13164 )
2023-05-02 13:45:19 +02:00
Sven Rebhan
9bb2d1562d
chore(serializers): Add new-style framework and migrate influx ( #12920 )
2023-04-11 21:52:42 +02:00
Sven Rebhan
83b4056985
fix(secrets): Minimize secret holding time ( #13002 )
2023-04-03 07:28:41 -06:00
Paweł Żak
c76f319b84
chore: Remove `revive:unhandled-error` - `errcheck` is more flexible ( #13008 )
2023-04-03 07:19:43 -06:00
Paweł Żak
39d6b1d5cb
chore: Fix linter findings for errorlint (part3) ( #12704 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-02-22 13:38:16 +01:00
Sven Rebhan
dfc5cdf924
docs: indicate secret-store support in plugin READMEs ( #12592 )
2023-02-02 09:31:23 -07:00
Paweł Żak
473aa0de17
chore: Lint whole codebase both in PR and master branch ( #12590 )
2023-02-02 14:16:21 +01:00
Paweł Żak
e84bc0c590
chore: clean up import shadowing issues ( #12588 )
2023-02-01 11:21:38 -07:00
Sven Rebhan
e6de0cc9c2
chore(internal.gzip): cleanup CompressWithGzip ( #12587 )
2023-02-01 11:20:11 -07:00
Sven Rebhan
f5c2c4abf0
feat(secretstores): convert many output plugins ( #12497 )
2023-01-25 13:02:29 -07:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Paweł Żak
e84df8983a
chore: Fix linter findings for errname ( #12253 )
2022-11-21 21:11:07 +01:00
Sven Rebhan
bc56233e1b
feat(outputs.graylog): implement optional connection retries ( #11950 )
2022-11-17 07:03:04 -07:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05:00
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
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
d9a6d8b774
chore: embed sample configurations into README for outputs ( #11182 )
2022-05-25 08:48:59 -06:00
Sebastian Spaink
256caede89
chore(outputs): migrate sample configs into separate files ( #11131 )
2022-05-18 11:30:06 -05:00
reimda
6ba3b1e91e
chore: Fix readme linter errors for output plugins ( #10951 )
2022-04-21 09:45:47 -06:00
Eng Zer Jun
c3d176029d
test: use `T.TempDir` to create temporary test directory ( #10988 )
2022-04-18 13:27: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
Paweł Żak
020b77b239
fix: Linter fixes for plugins/outputs/[g-m]* ( #10127 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2021-11-24 12:40:25 -07:00
Joshua Powers
0d8d118319
chore: clean up all markdown lint errors in output plugins ( #10159 )
2021-11-24 11:47:33 -07:00
Eng Zer Jun
6a3b27126a
refactor: move from io/ioutil to io and os package ( #9811 )
2021-09-28 15:16:32 -06:00
Samantha Wang
890508431c
docs: fix influxdb output readme ( #9708 )
2021-09-02 15:24:26 -06:00
Mya
8d2b1e8dc1
Fix metrics reported as written but not actually written ( #9526 )
2021-07-28 14:55:23 -06:00
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