Paulo Dias
cb71790cf7
chore(linters): Enforce import grouping with gci linter ( #16526 )
...
Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
2025-02-24 19:37:12 -06:00
Paweł Żak
09e3b59eb4
chore: Fix linter findings for `revive:exported` in `plugins/inputs/r*` ( #16341 )
2025-01-17 08:07:09 +01:00
Paweł Żak
d829a5b29c
chore: Fix linter findings for `revive:unused-receiver` in `plugins/inputs/[l-r]` ( #16325 )
2024-12-18 12:47:47 -06:00
Paweł Żak
22b153ac65
chore: Fix linter findings for `revive:enforce-map-style` in `plugins/inputs/[n-z]*` ( #16072 )
2024-10-25 12:54:05 +02:00
Paweł Żak
358224fa02
chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/inputs/[o-z]*` ( #15857 )
2024-09-12 15:59:30 -05:00
Dane Strandboge
19737fcb52
chore(linters): Fix remaining errcheck warnings ( #15518 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-07-10 12:51:25 +02:00
Nick Farrell
7f4d27d99c
fix(input.redis): Discard invalid errorstat lines ( #15312 )
2024-05-07 07:20:36 -06:00
Frederik Thuysbaert
043489ed97
feat(inputs.redis): Add latency percentiles metric ( #15293 )
2024-05-06 11:52:24 +02:00
Paweł Żak
98ec91478a
chore(linters): replace 'fmt.Sprintf' with string addition ( #14699 )
2024-02-08 15:46:22 -05:00
Michi Lehr
af08bc7509
docs(inputs.redis): Add more examples for TLS ( #14599 )
2024-01-19 06:53:45 -07:00
Andreas Deininger
5f5a56ed01
docs: Fix typos ( #14376 )
2024-01-05 22:34:02 +01:00
Joshua Powers
2d37bdabfa
fix(inputs.redis): Fix password typo ( #13910 )
2023-09-12 08:29:58 -06:00
Joshua Powers
4a5e3a4d6d
feat(inputs.redis_sentinel): Allow username and password ( #13864 )
2023-09-11 10:05:17 +02:00
Joshua Powers
47c5665f50
feat(inputs.redis): Add additional commandstat fields ( #13866 )
2023-09-08 20:11:09 +02:00
kell0gg
3fe151b28d
feat(inputs.redis): Support of redis 6.2 ERRORSTATS ( #13723 )
2023-08-08 15:39:57 -06:00
r3inbowari
19c4316694
chore: Update README.md ( #12989 )
2023-04-04 13:43:49 +02:00
Paweł Żak
e2a510f157
chore: Fix linter findings for errorlint (part7) ( #12772 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-03 10:11:54 +01:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Paweł Żak
c6663aca4f
chore: fix linter findings for makezero (part3) ( #12371 )
2022-12-12 07:05:33 -07:00
Paweł Żak
6816aefcd5
chore: fix linter findings for unparam and revive.unused-parameter ( #12150 )
2022-11-08 12:04:12 -07:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05: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
cb0df019ec
fix: make docs + go.mod cleanup post-redis merge ( #11521 )
2022-07-19 08:50:47 -06:00
Guy Korland
3c5d71b7cd
feat: Add RedisTimeSeries plugin ( #11054 )
2022-07-19 07:08:51 -06:00
Sebastian Spaink
6700f0ba49
docs: Sync sample.conf for recent features ( #11348 )
2022-06-22 08:01:56 -05:00
Alexander Krantz
d8f2b38b27
feat(redis): add Redis 6 ACL auth support ( #9333 )
2022-06-21 15:13:18 -05:00
reimda
f7aab29381
chore: Fix readme linter errors for input plugins M-Z ( #11274 )
2022-06-08 15:22:56 -06:00
Joshua Powers
1200f3c87e
test: refactor testcontainer port lookup ( #11198 )
2022-05-27 10:24:31 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
zhiyuan-mojie
ae98e7f1f6
fix: redis plugin goroutine leak triggered by auto reload config mechanism ( #11143 )
2022-05-25 12:58:12 -06:00
Joshua Powers
cb9d9fe075
test: migrate redis to test-containers ( #11174 )
2022-05-24 09:30:19 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Sebastian Spaink
0f5dc9946c
chore(inputs_m-z): migrate sample configs into separate files ( #11133 )
2022-05-18 11:31:34 -05:00
Sebastian Spaink
b355be5ccb
feat: migrate input plugins to new sample config format (M-Z) ( #10926 )
2022-04-11 16:32:25 -05:00
Paweł Żak
7aa6b533bd
fix: Linter fixes for plugins/inputs/[p-z]* (leftovers) ( #10193 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2021-11-30 13:31:10 -06:00
Mya
d4582dca70
chore: clean up all markdown lint error on input plugins n through r ( #10168 )
2021-11-24 11:50:01 -07:00
Alexander Krantz
cfd7348e5c
docs: improve redis commands documentation ( #9606 )
2021-08-17 16:13:43 -05: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
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
Helen Weller
d41569caed
Integration test audit ( #8725 )
2021-01-26 11:06:12 -07:00
Helen Weller
76c2201bbe
Fix Redis output field type inconsistencies ( #8678 )
2021-01-14 11:47:00 -05:00
Russ Savage
dabea48a90
Fix minor typos in readmes ( #8370 )
2020-11-12 10:20:50 -07:00
Yoofi Quansah
2332e28802
feat: add functionality to get values from redis commands ( #8196 )
2020-09-30 12:36:45 -04:00
Russ Savage
40c6d189fe
fix(readmes): standarize first line of readmes ( #7973 )
2020-08-11 16:10:41 -04:00
Russ Savage
75e701c288
fix(readmes): adding code block annotations ( #7963 )
2020-08-10 15:50:48 -04:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Alvaro Olmedo Rodriguez
e122bc7503
Fix units in redis documentation ( #7016 )
2020-02-12 09:43:44 -08:00
Greg
817c9a69a9
Document and add support to input plugins for logging alias ( #6357 )
2019-09-23 15:39:50 -07:00
Adam Flott
57f58fdbcc
Add replication metrics to the redis input( #5921 )
2019-09-12 14:52:03 -07:00