Commit Graph

94 Commits

Author SHA1 Message Date
Sven Rebhan 441fa9c9c6
fix(inputs.gnmi): Handle path elements without name but with keys correctly (#16542) 2025-03-06 12:40:11 +01:00
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
Sven Rebhan 0dcdbe4ab4
fix(inputs.gnmi): Allow to disable using first namespace as origin (#16507) 2025-02-24 08:48:33 -06:00
Lauri Huotari 601467fd51
feat(inputs.gnmi): Add support for "depth" extension (#16480) 2025-02-13 16:46:26 -06:00
Sven Rebhan e839ad17de
docs(inputs): Add plugin metadata and update description for g* to i* (#16486) 2025-02-06 15:50:08 -06:00
Paweł Żak 6f80899e13
chore: Fix linter findings for `revive:unused-receiver` in `plugins/inputs/[f-k]` (#16308) 2024-12-17 15:33:30 +01:00
Lauri e5e52f0a4a
fix(inputs.gnmi): Register connection statistics before creating client (#16171) 2024-11-12 11:02:21 -06:00
Paweł Żak f8b2b0a914
chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[e-j]*` (#16088) 2024-10-31 16:21:21 -05:00
Paweł Żak 9152fcc0d1
chore: Fix linter findings for `revive:exported` in `plugins/inputs/g*` (#16049) 2024-10-24 11:03:54 +02:00
Paweł Żak b029889212
chore(linters): Fix findings found by `testifylint`: `go-require` for `plugins/common` and `plugins/inputs` (#15991) 2024-10-08 15:55:27 -05:00
Paweł Żak 9415d8e7e9
chore(linters): Enable `import-alias-naming` and `redundant-import-alias` rules for revive (#15836) 2024-10-01 13:49:53 -05:00
Paweł Żak 453d32bd81
chore: Fix linter findings for `revive:comment-spacings` (part 2) (#15897) 2024-09-19 11:03:28 +02:00
Paweł Żak e6d82bd996
chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/inputs/[a-g]*` (#15849) 2024-09-16 10:56:55 -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
Sven Rebhan 1b849ebf92
fix(inputs.gnmi): Handle YANG namespaces in paths correctly (#15565) 2024-06-28 10:11:53 -05:00
Sven Rebhan 5119c7182f
feat(common.tls): Allow group aliases for ciphersuites (#15570) 2024-06-27 14:01:39 -05:00
Joshua Powers b79299975d
chore(deps): Bump github.com/lxc/incus v0.4.0 to v6.2.0 (#15441) 2024-06-06 14:35:56 -05:00
Joshua Powers 71718fba7d
chore: Update removal dates to either v1.35.0 or v1.40.0 (#15452) 2024-06-05 15:19:47 -05:00
Sven Rebhan 4aa288b25f
feat(inputs.gnmi): Add yang-model decoding of JSON IETF payloads (#15201) 2024-05-23 14:09:11 -05:00
Sven Rebhan 079f6a901e
chore(inputs.gnmi): Add more response information for easier debugging (#15297) 2024-05-07 11:03:47 -05:00
Sven Rebhan 46fb0af4e7
feat(inputs.gnmi): Allow to pass accepted cipher suites (#15256) 2024-05-06 20:19:10 +02:00
Sven Rebhan 7966827530
feat(inputs.gnmi): Add option to create more descriptive tags (#15278) 2024-05-03 14:09:00 -05:00
Joshua Powers d6671eb05e
fix(inputs.gnmi): Ensure path contains elements to avoid panic (#15259) 2024-05-02 13:48:22 -05:00
Joshua Powers 96e7b2b7e7
feat(inputs.gnmi): Add secret store support for username and password (#15173) 2024-04-17 18:26:29 +02:00
Joshua Powers c443b762b2
feat(inputs.gnmi): Add keepalive settings (#15171)
Co-authored-by: Hunter Kelly <retnuh@gmail.com>
2024-04-17 09:41:23 +02:00
Andreas Deininger 01c00d69fb
chore: Fix typos (#15114) 2024-04-09 20:00:52 +02:00
Sven Rebhan eb5407a210
fix(inputs.gnmi): Add option to guess path tag from subscription (#14951) 2024-03-11 06:16:13 -06:00
Sven Rebhan 821865165a
fix(inputs.gnmi): Handle canonical field-name correctly (#14953) 2024-03-08 13:13:46 -07:00
Sven Rebhan 8a838634c7
fix(inputs.gnmi): Normalize path for inline origin handling (#14838) 2024-02-20 07:01:52 -07:00
Paweł Żak c4dbe65732
chore(linters): Bump golangci-lint to v1.56.1 (#14759) 2024-02-12 23:26:10 +01:00
Paweł Żak ae7fbc5082
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible (#14698) 2024-02-08 11:32:30 -06:00
Joshua Powers 03eaae6812
fix(inputs.gnmi): Refactor alias handling (#14553) 2024-01-25 06:34:21 -07:00
Andreas Deininger 5f5a56ed01
docs: Fix typos (#14376) 2024-01-05 22:34:02 +01:00
Andreas Deininger 6814d7af8a
docs: Fix typos (#14359)
Co-authored-by: Josh Powers <powersj@fastmail.com>
2023-11-29 14:47:39 +01:00
Joshua Powers 5505a2150a
chore: Enable bad regex gocritic linter (#14295) 2023-11-15 12:35:41 -07:00
Sven Rebhan c6f1c66bf8
feat(inputs.gnmi): Rework plugin (#14091) 2023-10-31 17:51:05 +01:00
Paweł Żak 89a235c620
chore(linters): Enable perfsprint linter and fix all findings. (#14208) 2023-10-30 06:14:16 -06:00
Paweł Żak fe87db594c
chore(linters): Fix findings found by testifylint: error-nil (#14198) 2023-10-27 07:42:25 -06:00
Sven Rebhan 61cf18c821
chore: Check logging functions like printf (#13743) 2023-08-09 15:02:36 -06:00
Sven Rebhan 2e3adbd520
docs(inputs.gnmi): Add troubleshooting section for Juniper devices (#13582) 2023-07-10 08:33:52 -06:00
Sven Rebhan cec60dbfa9
fix(inputs.gnmi): Add option to explicitly trim field-names (#13517) 2023-07-06 11:20:11 +02:00
Sven Rebhan 187902ecd4
chore(inputs.gnmi): Test plugin and subscription options (#13384) 2023-06-05 13:56:09 -06:00
Sven Rebhan 9147afbeca
fix(inputs.gnmi): Handle canonical field-name correctly for non-explicit subscriptions (#13332) 2023-06-01 11:32:51 -06:00
Sven Rebhan 8f07761cba
feat(inputs.gnmi): Allow canonical field names (#13326) 2023-05-24 08:14:06 -06:00
Sven Rebhan fb3cd61579
fix(inputs.gnmi): Allow optional origin for update path (#13304) 2023-05-23 07:06:02 -06:00
Joshua Powers f55d214082
fix(inputs.gnmi): Create selfstat to track connection state (#13149) 2023-05-02 13:29:30 +02:00
David Roy a868add749
feat(inputs.gnmi): Support Juniper GNMI Extension Header (#13116) 2023-04-27 17:30:21 +02:00
r3inbowari 19c4316694
chore: Update README.md (#12989) 2023-04-04 13:43:49 +02:00
Joshua Powers 5e7c5c84e9
docs: Explain and note service inputs (#12870) 2023-03-27 14:12:35 +02: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