Commit Graph

3317 Commits

Author SHA1 Message Date
Paweł Żak 98ec91478a
chore(linters): replace 'fmt.Sprintf' with string addition (#14699) 2024-02-08 15:46:22 -05:00
Dane Strandboge 19fd5712ae
feat(inputs.redfish): Allow secrets for username/password configuration (#14702) 2024-02-08 15:42:07 -05:00
Paweł Żak ae7fbc5082
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible (#14698) 2024-02-08 11:32:30 -06:00
Dane Strandboge 1d513e6379
fix(inputs.filecount): Respect symlink files with FollowSymLinks (#14669) 2024-02-06 16:11:18 -05:00
Christian Allinson c981bb7819
feat(common.opcua): Add debug info for nodes not in server namespace (#14676) 2024-02-06 16:10:42 -05:00
Sven Rebhan 3591546a1a
feat(inputs.win_services): Make service selection case-insensitive (#14684) 2024-02-06 15:53:10 -05:00
Lee, YoungHoon 4c2ba74824
fix(inputs.kafka_consumer): Correctly setting name to msg_headers_as_tags (#14679) 2024-02-06 15:39:09 -05:00
Sven Rebhan 7d90a52ed3
feat(inputs.chrony): Allow to collect additional metrics (#14673) 2024-02-05 10:40:01 -07:00
Hiroshi Hayakawa 534289f3b4
feat(inputs.prometheus): Add option to limit body length (#14661)
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
Co-authored-by: Josh Powers <powersj@fastmail.com>
2024-02-02 13:25:09 +01:00
Juha Keski-Saari f9f2adf3ae
fix(inputs.snmp_trap): Enable SHA ciphers (#14665) 2024-02-02 10:40:52 +01:00
Sven Rebhan 120167501b
feat(inputs.chrony): Remove chronyc dependency (#14629) 2024-02-01 12:15:28 -07:00
Joshua Powers a0f239c88f
fix(inputs.vsphere): Use guest.guestId value if set for guest name (#14635) 2024-02-01 15:39:44 +01:00
Joshua Powers d8dc29be85
fix(inputs.redfish): Resolve iLO4 fan data (#14659) 2024-02-01 10:29:31 +01:00
Dane Powell 94c0fd12c2
chore(inputs.temp): Convert warning on missing sensors to debug message (#14656) 2024-01-31 12:12:43 +01:00
Sven Rebhan 043ae3e8a0
fix(inputs.temp): Fix regression in metric formats (#14649) 2024-01-30 12:59:17 -07:00
Juha Keski-Saari 4c6df8dbd2
fix(inputs.snmp_trap): Handle octet strings (#14619) 2024-01-30 10:02:40 +01:00
Dane Strandboge 1e3597d889
feat(inputs.net): Add speed metric (#14625) 2024-01-29 21:11:18 +01:00
Joshua Powers 8a50d75127
docs: Resolve table column count lint issues (#14637) 2024-01-29 19:25:03 +01:00
Joshua Powers 03eaae6812
fix(inputs.gnmi): Refactor alias handling (#14553) 2024-01-25 06:34:21 -07:00
Joshua Powers c90117eb53
docs(inputs.snmp): Clarify the deprecation of agent tag setting (#14622) 2024-01-25 06:31:00 -07: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
Sven Rebhan a3bea89509
chore(internal): Handle ranges in type-conversion and add missing types (#14618) 2024-01-24 06:47:51 -07:00
dependabot[bot] 29f7d04172
chore(deps): Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.27.0 (#14608)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Powers <powersj@fastmail.com>
2024-01-23 17:57:15 +01:00
dependabot[bot] 4a05bef582
chore(deps): Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.0+incompatible (#14607)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Powers <powersj@fastmail.com>
2024-01-23 17:54:50 +01:00
Maxi_Mega 439df813ec
feat(inputs.smart): Add a "device_type" tag to differentiate disks behind a RAID controller (#14613)
Co-authored-by: Thomas Delbende <thomas.delbende@bleemeo.com>
2024-01-23 15:55:35 +01:00
Joshua Powers f7208e5339
chore(inputs.opcua): Add option to collect client debug logging (#14595) 2024-01-22 09:20:27 +01:00
Michi Lehr af08bc7509
docs(inputs.redis): Add more examples for TLS (#14599) 2024-01-19 06:53:45 -07:00
Sven Rebhan 9aee2681bb
fix(inputs.temp): Recover pre-v1.22.4 temperature sensor readings (#14575) 2024-01-18 07:56:47 -07:00
Jeremy Kerfs b72be8e97d
feat(inputs.kafka_consumer): Mark messages that failed parsing (#14585) 2024-01-17 18:45:27 +01:00
FlashSystems ff4f0e41bd
feat(inputs.systemd_units): Introduce show subcommand for additional data (#14539) 2024-01-17 06:56:12 -07:00
Joshua Powers 2e52da00f6
fix(inputs.win_perf_counters): Ignore PdhCstatusNoInstance as well (#14570) 2024-01-17 10:08:59 +01:00
anna 0c4992042c
feat(inputs.opcua_listener): Add retry options for connection failures
Co-authored-by: Anna Carrigan <acarrigan@terabase.energy>
2024-01-16 11:30:52 +01:00
Joshua Powers 9035355215
fix(inputs.win_perf_counters): Check errors post-collection for skip (#14526) 2024-01-15 12:08:16 +01:00
Joshua Powers 3bad4c5b85
test(inputs.http_listener_v2): Skip test on Windows due to hang (#14572) 2024-01-12 10:11:32 -07:00
Joshua Powers db8552a140
chore(inputs.cisco_telemetry_mdt): Actually fix lint issue (#14554) 2024-01-09 09:17:37 -07:00
Joshua Powers d7aaafce79
chore(inputs.cisco_telemetry_mdt): Resolve linter with error check (#14552) 2024-01-09 08:43:02 -07:00
Joshua Powers 193ad373aa
test(inputs.influxdb_v2_listener): Skip on Windows after hang (#14551) 2024-01-09 07:48:08 -07:00
alato 3ba621c90f
docs(inputs.directory_monitor): Correct regex for files_to_monitor config option (#14532) 2024-01-08 07:36:59 -07:00
Andreas Deininger 5f5a56ed01
docs: Fix typos (#14376) 2024-01-05 22:34:02 +01:00
iBug 0052fc3634
feat(inputs.kernel): Add Pressure Stall Information (#14507) 2024-01-05 22:33:00 +01:00
Sven Rebhan 9e88381085
chore(parsers.prometheus): Migrate tests to test-cases (#14527) 2024-01-05 09:23:38 -07:00
DaRK AnGeL a1eb9f55c6
fix(inputs.upsd): Add additional fields to upsd from NUT (#14447) 2024-01-05 08:46:26 -07:00
Joshua Powers 1410ea649b
fix(inputs.phpfpm): Add pid field to differentiate metrics (#14462) 2024-01-05 10:58:59 +01:00
Sven Rebhan d7a5bf6d70
chore(inputs.prometheus): Consolidate parsers for metric v1 and v2 (#14524) 2024-01-04 12:30:04 -07:00
Paweł Żak 5810a9e4e5
chore(linters): Enable `appendCombine` checker for gocritic (#14451) 2024-01-03 07:16:26 -07:00
Helge Eichelberg 1eb86dc93b
fix(inputs.phpfpm): Use logger without causing panic (#14489)
Signed-off-by: elchenberg <elchenberg@users.noreply.github.com>
2024-01-02 18:33:39 +01:00
Yuan Zhang baea9e5470
docs(inputs.opcua_listener): Fix nodes example (#14508) 2024-01-02 07:18:52 -07:00
Joshua Powers 681e386bd3
fix(inputs.procstat): Correctly set tags on procstat_lookup (#14493) 2024-01-02 12:32:21 +01:00
knollet 19347bfe6b
fix(inputs.vsphere): Resolve occasional serverFault (#14463) 2024-01-02 12:31:09 +01:00
Paweł Żak e48b72f965
chore(linters): Enable rangeValCopy and hugeParams checkers for gocritic (#14454) 2023-12-15 07:36:34 -07:00