Commit Graph

321 Commits

Author SHA1 Message Date
Sven Rebhan ba413e36f8
fix(processors.aws_ec2): Remove leading slash and cancel worker only if it exists (#15965) 2024-10-07 16:09:13 +02:00
Thomas Casteleyn ddd6023cee
feat(inputs.snmp): Add displayhint conversion (#15935) 2024-10-02 10:33:15 -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
Lars Stegman 338282be87
feat(processors.batch): Add batch processor (#15869) 2024-09-30 09:22:42 -05:00
Paweł Żak 43590ca730
chore: Fix linter findings for `revive:comment-spacings` (part 1) (#15896) 2024-09-19 10:55:45 +02:00
Paweł Żak ee9c47cc7a
chore(linters): Fix findings found by `testifylint`: `go-require` for`instrumental` and parsers/processors (#15887) 2024-09-17 14:55:14 -05:00
Sven Rebhan 895f96f21b
feat(processors.aws_ec2): Allow to use instance metadata (#15795) 2024-09-05 11:56:39 -05:00
Sven Rebhan b2967cb515
chore: Update go to v1.23.0 (#15766)
Co-authored-by: Pawel Zak <pawel.zak.pawel@gmail.com>
2024-08-30 14:23:51 -05:00
Sven Rebhan f40578fc16
chore(common.starlark): Print nonconvertible data (#15508) 2024-06-28 10:07:32 -05:00
Paweł Żak 78cbf533d2
test(linters): Enable copyloopvar (#15532) 2024-06-20 15:43:02 -05:00
Dane Strandboge 28543bae7c
chore(linters): Fix non-input/output plugin errcheck warnings (#15472) 2024-06-12 07:52:42 -06:00
Thomas Casteleyn 45e9ae4658
fix(processors.snmp_lookup): Return empty tag-map on error to avoid panic (#15466) 2024-06-06 07:46:22 -06:00
Thomas Casteleyn ca525d69f8
feat(processors.printer): Embed Influx serializer options (#15434) 2024-06-04 10:32:38 +02:00
Viktor Szépe 31a1d34d99
chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
Joshua Powers 5e830fb29a
test(processors.parser): Sort test metrics (#15391) 2024-05-22 13:07:45 -05:00
Dane Strandboge 6f294220c2
feat(processors.parser): Add base64 decode for fields (#15328) 2024-05-22 06:18:13 -06:00
Sven Rebhan 71b58ddaf5
chore(log): Restructure and cleanup logging code (#15234) 2024-05-10 16:43:43 -05:00
Joshua Powers 5dcc70b841
chore(deps): Bump golangci-lint from v1.57.2 to v1.58.0 (#15303) 2024-05-07 11:02:25 -05:00
Sven Rebhan 274333921f
feat(processors.starlark): Allow persistence of global state (#15170) 2024-04-25 13:24:57 -05:00
Elliott Balsley 598dd1d6bc
docs(processors.clone): Clarify filtering applies to all metrics (#15147) 2024-04-12 10:01:48 +02:00
Joshua Powers 7acbf58bb4
feat(processors.timestamp): Introduce timestamp processor (#15094) 2024-04-11 11:00:27 -05:00
Elliott Balsley 50a4d58ab8
docs(processors.scale): Correct example configuration (#15135) 2024-04-11 11:47:29 +02:00
Andreas Deininger 01c00d69fb
chore: Fix typos (#15114) 2024-04-09 20:00:52 +02:00
Sven Rebhan f674099fad
feat(snmp): Add secret support for auth_password and priv_password (#14975) 2024-03-13 11:39:37 -05:00
Sven Rebhan 31f70e6290
test(processors.snmp_lookup): Fix race in test (#14924) 2024-03-05 08:35:41 -07:00
Thomas Casteleyn a8551659bc
feat(processors.snmp_lookup): New SNMP lookup processor (#14223) 2024-02-27 09:13:17 -07:00
Joshua Powers 8468850acb
fix(processors.override): Correct TOML tag name (#14880) 2024-02-22 19:06:01 +01:00
Thomas Casteleyn d018363261
chore(snmp): Refactor SNMP translation and data-structures (#14830) 2024-02-21 08:55:01 -07:00
Sven Rebhan f005bfaa1c
test(processors): Fix unit-test for tracking metrics (#14844) 2024-02-20 07:21:32 -07:00
Dane Strandboge e490983fe1
fix(processors.unpivot): Handle tracking metrics correctly (#14832) 2024-02-18 14:31:43 -07:00
Dane Strandboge 35e79fd824
test(processors.strings): Add unit test for tracking metrics (#14831) 2024-02-16 10:41:39 +01:00
Joshua Powers 403f503c6e
test(processors.reverse_dns): Add unit-tests for tracking metrics (#14822) 2024-02-15 10:26:00 +01:00
Joshua Powers a405f99ea0
test(processors.split): Add unit-tests for tracking metrics (#14821) 2024-02-15 10:24:06 +01:00
Joshua Powers 75efce9201
test(processors.topk): Add unit-test for tracking metrics (#14810)
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
2024-02-14 13:56:00 -06:00
Joshua Powers a89461554f
test(processors.tag_limit): Add unit-tests for tracking metrics (#14812) 2024-02-14 12:07:37 +01:00
Joshua Powers a5a5fac376
test(processors.rename): Add unit-tests for tracking metrics (#14811) 2024-02-14 12:07:08 +01:00
Joshua Powers e92824a381
test(processors.s2geo): Add unit-test for tracking metrics (#14809) 2024-02-14 12:05:10 +01:00
Joshua Powers 9d4f203593
test(processors.scale): Add unit-test for tracking metrics (#14808) 2024-02-14 12:04:37 +01:00
Sven Rebhan 6f62f9072f
test(processors.port_name): Add unit-test for tracking metrics (#14790) 2024-02-13 09:54:19 -07:00
Sven Rebhan eb0a6991c4
test(processors.aws_ec2): Add unit-test for tracking metrics (#14788) 2024-02-13 09:36:56 -07:00
Sven Rebhan 341cbdeab0
test(processors.pivot): Add unit-test for tracking metrics (#14789) 2024-02-13 09:33:43 -07:00
Sven Rebhan ec9413eb58
test(processors.printer): Add unit-test for tracking metrics (#14791) 2024-02-13 09:33:20 -07:00
Sven Rebhan bb62677b2d
test(processors.noise): Add unit-test for tracking metrics (#14779) 2024-02-13 06:43:03 -07:00
Sven Rebhan 53c231233e
test(processors.ifname): Add unit-test for tracking metrics (#14778) 2024-02-13 06:42:46 -07:00
Sven Rebhan 6107103b63
test(processors.filepath): Add unit-test for tracking metrics (#14776) 2024-02-13 06:42:25 -07:00
Sven Rebhan b3cd1fde05
test(processors.override): Add unit-test for tracking metrics (#14781) 2024-02-13 06:41:57 -07:00
Sven Rebhan c0f8647eb1
chore(processors.aws_ec2): Rename processor to adhere to the standard directory structure (#14780) 2024-02-13 06:37:59 -07:00
Paweł Żak c4dbe65732
chore(linters): Bump golangci-lint to v1.56.1 (#14759) 2024-02-12 23:26:10 +01:00
Sven Rebhan 616ad305fe
fix(processors.execd): Accept tracking metrics instead of dropping them (#14770) 2024-02-12 14:42:49 -07:00
Sven Rebhan 5836bf39d5
test(processors.filter): Add unit-test for tracking metrics (#14747) 2024-02-12 07:45:28 -07:00