Commit Graph

3580 Commits

Author SHA1 Message Date
Paweł Żak 40d7961e31
test(compilation): Fixing test compilation (#15978) 2024-10-03 15:45:09 -05:00
Landon Clipp b6e59aac59
feat(inputs.nvidia-smi): Add `probe_on_startup` option (#15916) 2024-10-03 11:51:54 -05:00
jiangxianfu bcbecb03f1
feat(inputs.diskio): Add field io await and util (#15950) 2024-10-03 11:50:01 -05:00
Sven Rebhan 9e99116ef5
feat(inputs.neoom_beaam): Add new plugin (#15754) 2024-10-03 11:48:12 -05:00
Sven Rebhan cb571deb41
feat(inputs.kafka_consumer): Implement startup error behavior options (#15919) 2024-10-03 11:41:20 -05:00
Yusuf Shalaby 22681758f1
fix(inputs.cisco_telemetry_mdt): Handle NXOS DME subtree telemetry format (#15923) 2024-10-02 15:41:55 -05:00
Lars Stegman 8561dedb07
feat(outputs): Only copy metric if its not filtered out (#15883) 2024-10-02 14:11:26 -05:00
Thomas Casteleyn ddd6023cee
feat(inputs.snmp): Add displayhint conversion (#15935) 2024-10-02 10:33:15 -05:00
Sven Rebhan 52d30f9a3a
chore(inputs.modbus): Add more debug information for request grouping (#15959) 2024-10-02 10:26:35 -05:00
jaymzmac e84c23c236
fix(inputs.vsphere): Add tags to VSAN ESA disks (#15960)
Co-authored-by: James McEwan <james.mcewan@glesys.se>
2024-10-02 10:19:57 -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
Thomas Casteleyn 0febb7e588
chore(inputs): Remove deprecated options from sample config (#15872) 2024-09-23 11:34:25 -05:00
Thomas Casteleyn 5aa211e0a9
fix(inputs.consul): Move config checking to Init method (#15907) 2024-09-23 11:21:11 -05:00
dependabot[bot] e00bc7288c
chore(deps): Bump github.com/p4lang/p4runtime from 1.3.0 to 1.4.0 (#15903) 2024-09-20 10:50:52 -05:00
Sven Rebhan 640eda0ca6
fix(inputs.amqp_consumer): NACKing messages on non-delivery related errors (#15796) 2024-09-19 11:35:11 -05:00
Paulo Dias 24b7b91fbf
feat(inputs.memcached): Add support for external-store metrics (#15910) 2024-09-19 11:38:28 +02:00
Paweł Żak 453d32bd81
chore: Fix linter findings for `revive:comment-spacings` (part 2) (#15897) 2024-09-19 11:03:28 +02:00
Mikhail Konovalov 336a5e215b
chore(output.kinesis): Log kinesis consumer events (#15843)
Co-authored-by: Mikhail <mikhail.k@flp.studio>
2024-09-16 15:13:45 -05:00
Paweł Żak 8d282ab03a
chore: Fix linter findings for revive:max-public-structs in plugins/inputs/[t-z]* and rest (#15879) 2024-09-16 11:59:39 -05:00
Paweł Żak 714989aba2
chore: Fix linter findings for revive:max-public-structs in plugins/inputs/[n-s]* (#15878) 2024-09-16 11:50:23 -05: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
Paweł Żak ffee74c188
chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/inputs/[h-n]*` (#15850) 2024-09-13 12:47:18 -05:00
Sven Rebhan 63ac48010f
feat(inputs.prometheus): Allow to use secrets for credentials (#15865) 2024-09-12 16:02:30 -05:00
Paweł Żak 9988154e6c
chore(linters): Enable `get-return` rule for revive (#15841) 2024-09-12 16:01:48 -05: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
Paweł Żak 46c056f49d
chore: Fix linter findings for `revive:max-public-structs` in `plugins/inputs/[a-n]*` (#15858) 2024-09-12 15:58:57 -05:00
Calin Don 5d996ac0a2
feat(inputs.statsd): Allow reporting sets and timings count as floats (#15853) 2024-09-12 14:24:19 -05:00
Sven Rebhan b0d44d88dc
feat(inputs.execd): Allow to provide logging prefixes on stderr (#15834) 2024-09-09 18:00:19 +02:00
Sven Rebhan 2e056a8701
fix(inputs.mysql): Enforce float for all known floating-point information (#15791) 2024-09-09 13:34:09 +02:00
Paweł Żak a0755797f5
chore(linters): Enable `time-equal` rule for revive (#15838) 2024-09-05 11:19:17 -05:00
bazko1 0b4f77dc1d
feat(inputs.http_listener_v2): Add unix socket mode (#15764) 2024-09-04 11:37:06 -05:00
dependabot[bot] b00de66a3f
chore(deps): Bump github.com/prometheus/prometheus from 0.53.1 to 0.54.1 (#15831) 2024-09-04 11:11:51 -05:00
Mikhail Konovalov 4cc4aa6a82
chore(inputs.mqtt): Increase log-level to warning if no message is created by parser (#15837) 2024-09-04 11:10:05 -05:00
Paweł Żak 88bca70dfd
test(linters): Enable `testifylint`: `formatter`, `suite-broken-parallel` and `suite-subtest-run` (#15797) 2024-09-03 11:40:34 -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 9e3e22094a
feat(inputs.kafka_consumer): Allow to select the metric time source (#15790) 2024-08-30 14:18:04 -05:00
Shannon Wynter b672578a2a
docs(inputs.chrony): Update schema to unixgram (#15763) 2024-08-29 10:07:23 -05:00
Mikhail Konovalov de24c1683c
fix(inputs.kinesis_consumer): Honor the configured endpoint (#15788) 2024-08-29 10:04:38 -05:00
HungNT 1852d75c6c
feat(inputs.mysql): Add support for replica status (#15749) 2024-08-20 06:24:54 -06:00
Pablo Collado 7b5462692b
feat(inputs.slurm): Add a SLURM input plugin (#15700) 2024-08-15 08:07:46 -06:00
TPOB 706e922dff
fix(inputs.smartctl): Use --scan-open instead of --scan to provide correct device type info (#15724) 2024-08-12 08:14:27 -06:00
Pascal Zimmermann 27db10eefc
test(inputs.pgbouncer): Update container version (#15728) 2024-08-12 07:18:21 -06:00
Frank Villaro-Dixon 9df480039a
fix(inputs.chrony): Use DGRAM for the unix socket (#15552) 2024-08-09 10:51:15 -05:00
Sven Rebhan 8903637a84
feat(inputs.opentelemetry): Add profiles support (#15637) 2024-08-09 10:42:53 +02:00
Pascal Zimmermann ad55f42d53
feat(inputs.azure_monitor): Add client options parameter (#15519) 2024-08-07 21:52:48 +02:00
Sven Rebhan 61efaee971
docs(inputs.netflow): Add note on how to tag metrics (#15713) 2024-08-07 08:01:10 -06:00
ged cd5008cce8
docs(inputs.nats): Update NATS monitoring URL (#15714) 2024-08-07 08:00:21 -06:00
h0nIg 9cb121c76a
feat(common.cookie): Allow usage of secrets for header (#15640)
Co-authored-by: Josh Powers <powersj@fastmail.com>
2024-08-06 08:12:13 +02:00
Sven Rebhan d160276552
feat(logging): Add 'trace' log-level (#15695) 2024-08-01 00:32:24 +02:00
Joshua Powers a21d263c4c
feat(inptus.elasticsearch): Gather enrich stats (#15688) 2024-07-31 14:53:42 -05:00