Viktor Szépe
31a1d34d99
chore: Fix typos throughout codebase ( #15338 )
2024-05-31 10:26:37 +02:00
Sven Rebhan
8c4fd53bc0
fix(inputs.mysql): Parse boolean values in metric v1 correctly ( #15063 )
2024-03-27 10:04:19 -05:00
Sven Rebhan
13c786bdfa
fix(inputs.mysql): Use correct column-types for Percona 8 userstats ( #15012 )
2024-03-18 16:03:49 -05:00
Joshua Powers
eda5378829
docs(inputs.mysql): Add section on how to convert string to numeric ( #14620 )
2024-01-24 21:10:04 +01:00
Paweł Żak
3786cf2d72
chore(linters): Enable equalFold, preferStringWriter, and stringXbytes checkers for gocritic. ( #14452 )
2023-12-15 06:25:10 -07:00
Sven Rebhan
e2c4e10650
chore(secrets): Abstract secret implementation ( #13953 )
2023-09-25 14:37:04 -06:00
Joshua Powers
0f8957f0e9
chore: Resolves gocritic sloppyReassign ( #13712 )
2023-08-03 18:57:18 +02:00
Yannick Binnenweg
76889af6f2
fix(inputs.mysql): Update MariaDB Dialect regex version check ( #13361 )
2023-05-31 10:09:58 +02:00
Joshua Powers
6315d76335
docs(inputs.mysql): remove duplicate settings from config ( #13131 )
...
fixes : #13130
2023-04-24 07:33:37 -06:00
Sven Rebhan
83b4056985
fix(secrets): Minimize secret holding time ( #13002 )
2023-04-03 07:28:41 -06:00
Sven Rebhan
f8a991b829
fix(secretstores): Handle array of secrets correctly ( #12919 )
2023-04-03 07:03:38 -06:00
Sven Rebhan
3213af612e
fix(secret): Add function to set a secret ( #13012 )
2023-04-03 07:01:47 -06:00
Paweł Żak
360edd52b6
chore: Fix linter findings for errorlint (part8) ( #12785 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-06 12:27:03 +01:00
Paweł Żak
5b2346dfa0
chore: Fix linter findings for errorlint (part5) ( #12731 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-01 22:18:35 +01:00
dependabot[bot]
0244614b71
chore(deps): Bump github.com/gofrs/uuid from 4.3.1+incompatible to 5.0.0 ( #12668 )
2023-02-16 10:50:47 +01:00
Joshua Powers
2aa57f00ad
docs: Update all readme to pass linter ( #12615 )
2023-02-09 11:04:41 +01:00
Sven Rebhan
177ce5eea3
feat(inputs.mysql): add secret-store support ( #12591 )
2023-02-01 16:09:58 -07:00
Sven Rebhan
e6655d534e
fix(inputs.mysql): avoid side-effects for TLS between plugin instances ( #12576 )
2023-01-31 11:29:45 -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
9b24184730
fix(inputs.mysql): Revert slice declarations with non-zero initial length ( #12409 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2022-12-19 11:53:43 +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
Joshua Powers
c5e2c7aa00
test: add additional checks, waits in integration tests ( #12056 )
2022-10-19 09:54:00 -06: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
Sven Rebhan
9fbd275d17
chore: Markdown fixes for inputs/[a-m]* ( #11606 )
2022-08-09 18:57:31 +02:00
reimda
7eccb82a3d
docs(inputs.mysql): Add link to docs on how to enable mysql's performance schema ( #11555 )
2022-07-27 11:14:08 +02:00
Joshua Powers
9daefaba11
test: harden running of testcontainer integration tests ( #11245 )
2022-06-03 10:29:08 -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
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Joshua Powers
db3beab38b
test: add generic test-container code for re-use, migrate mysql ( #11157 )
2022-05-23 11:08:53 -06:00
Sebastian Spaink
0f5dc9946c
chore(inputs_m-z): migrate sample configs into separate files ( #11133 )
2022-05-18 11:31:34 -05:00
Felix Edelmann
1d659f5fbe
test: add test for mysql gatherGlobalVariables using sql-mock ( #10987 )
2022-05-16 15:11:25 -06:00
Eng Zer Jun
81090be35d
refactor: replace strings.Replace with strings.ReplaceAll ( #11079 )
2022-05-11 09:53:34 -06:00
Marc
e8b08b10b7
fix: add mariadb_dialect to address the MariaDB differences in INNODB_METRICS ( #10486 )
2022-04-19 15:12:49 -06:00
Sebastian Spaink
b355be5ccb
feat: migrate input plugins to new sample config format (M-Z) ( #10926 )
2022-04-11 16:32:25 -05:00
Howie
381dc22723
chore: typos across source code comments ( #10361 )
2022-01-05 08:20:10 -07:00
Mya
84562877cc
chore: clean up all markdown lint errors for input plugins i through m ( #10173 )
2021-11-24 12:18:53 -07:00
Felix Edelmann
f7827a0408
fix: mysql: type conversion follow-up ( #9966 )
2021-11-09 16:30:42 -06:00
Paweł Żak
c1d4ce4dd5
fix: Linter fixes for plugins/inputs/m* ( #10006 )
2021-11-02 08:49:26 -06:00
Felix Edelmann
4194e54ceb
fix: inconsistent metric types in mysql ( #9403 )
2021-10-14 10:06:43 -06:00
Gennady
e5b7a094da
Gather all mysql channels ( #5517 )
2021-04-14 14:13:32 -05:00
Sven Rebhan
8e7da355b3
Linter fixes (unhandled errors) -- Part 1 ( #8992 )
2021-04-08 11:43:39 -05:00
David Bennett
14f428d2fd
Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater) ( #9082 )
...
* Add ability to handle 'binary logs' mySQL query with 3 columns, in case 3 columns are sent (MySQL 8 and greater)
* Update mysql.go
* Update mysql.go
2021-04-06 17:45:36 -04:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04: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
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
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