Commit Graph

7360 Commits

Author SHA1 Message Date
Paweł Żak d59ea7d0ce
chore: Remove usages of github.com/pkg/errors dependency (archived) (#12787)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-03 19:04:41 +01:00
Joshua Powers dfe8b43e20
fix(inputs.statsd): On close, verify listener is not nil (#12778) 2023-03-03 06:45:33 -07:00
Paweł Żak e2a510f157
chore: Fix linter findings for errorlint (part7) (#12772)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-03 10:11:54 +01:00
Paweł Żak 5c234d8749
chore: Bump golangci-lint from v1.51.0 to v1.51.2 (#12782)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-03 10:06:54 +01:00
Joshua Powers 9e7be56875
chore: only run govulncehck on master 2023-03-02 14:53:27 -07:00
Sven Rebhan 56dfcedc4d
chore(CI): Add govulncheck Github action (#12783) 2023-03-02 14:12:01 -07:00
Adam Thornton acd1500d2b
feat(parsers.avro): Add Apache Avro parser (#11816) 2023-03-02 11:10:47 -07:00
Sven Rebhan ed91ca2bfd
fix(agent): Allow gracefull shutdown on interrupt (e.g. Ctrl-C) (#12781) 2023-03-02 10:46:41 -07:00
Sven Rebhan f87916aaa9
feat: Plugin state-persistence (#12166) 2023-03-01 15:34:48 -07:00
Joshua Powers e6e22f0844
chore: Generate config at build time (#12766) 2023-03-01 22:22:53 +01:00
Joshua Powers 3a0a9f0f92
chore: Document linux only plugins (part 2) (#12765) 2023-03-01 22:22:29 +01:00
Joshua Powers 5e65077860
chore: Document linux only plugins (part 1) (#12764) 2023-03-01 22:21:14 +01:00
Paweł Żak b2b58bab9e
chore: Fix linter findings for errorlint (part6) (#12733)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-01 22:19:38 +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
Joshua Powers 3f3885a2b0
fix(agent): Only rotate log on SIGHUP if needed (#12740) 2023-03-01 07:30:37 -07:00
Joshua Powers d4926c64f0
chore: Remove windows specific config (#12763) 2023-03-01 14:33:40 +01:00
Joshua Powers cb040d68d3
docs(aggregators.derivative): Add explanation of calculations (#12758) 2023-03-01 14:32:58 +01:00
Joshua Powers 56ecbba523
chore: Enable printing Windows sample configs on non-Windows (#12741) 2023-03-01 14:31:45 +01:00
Joshua Powers a26893d22a
chore: Stop generating the nightly config (#12742) 2023-03-01 14:30:08 +01:00
Sven Rebhan 6e3af9d06c
feat(outputs.mqtt): Add option to specify topic layouts (#12697) 2023-02-28 11:44:35 -07:00
dependabot[bot] d8db3ca3a2
chore(deps): Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.77 to 1.62.193 (#12757) 2023-02-28 06:32:45 -07:00
dependabot[bot] 2bd00ca725
chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.14.5 to 1.16.0 (#12756) 2023-02-28 06:32:09 -07:00
dependabot[bot] 02c1e856be
chore(deps): Bump github.com/rabbitmq/amqp091-go from 1.5.0 to 1.7.0 (#12755) 2023-02-28 06:31:30 -07:00
dependabot[bot] 8bcb1e4ba8
chore(deps): Bump github.com/coocood/freecache from 1.2.2 to 1.2.3 (#12754) 2023-02-28 06:30:25 -07:00
dependabot[bot] ca46179675
chore(deps): Bump github.com/openzipkin-contrib/zipkin-go-opentracing from 0.4.5 to 0.5.0 (#12753) 2023-02-28 06:29:27 -07:00
Dimitris-Ilias Gkanatsios 06e7f6fc01
docs: rename playfabtotelegraf external plugin (#12759) 2023-02-28 06:20:31 -07:00
Josh Powers 2ef54fbc57
Update changelog for v1.25.3
(cherry picked from commit fbb4cc437da57210a8147dd436dedfa7794f4bc9)
2023-02-27 13:42:35 -07:00
Sven Rebhan 9e519def51
feat(common.tls): add enable flag (#12727) 2023-02-27 11:22:40 -07:00
Joshua Powers d40f46e7ce
feat(inputs.jti_openconfig_telemetry): Set timestamp from data (#12730) 2023-02-27 18:39:25 +01:00
Sven Rebhan a90b6eb119
fix(serializers.json): allow stateful transformations (#12735) 2023-02-24 07:16:05 -07:00
Pierrick Brossin e51b3810ab
fix(inputs.lvm): add options to specify path to binaries (#12725) 2023-02-24 07:02:29 -07:00
Joshua Powers 86eee2848f
feat(inputs.wireguard): Add allowed_peer_cidr field (#12729) 2023-02-24 10:46:09 +01:00
Thomas Casteleyn 6a2f6f301f
chore: eliminate unnecessary use of quoted strings in printf (#12722) 2023-02-23 06:49:36 -07:00
Sven Rebhan 245705cf24
fix(parsers.xpath): Fix panic for JSON name expansion (#12724) 2023-02-22 16:30:31 -07:00
r3inbowari 4cd0a647c0
feat(inputs.internet_speed): Add the best server selection via latency and jitter field (#12707) 2023-02-22 21:40:44 +01:00
Paweł Żak 312fb04b68
chore: Fix linter findings for errorlint (part4) (#12723)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-02-22 21:38:06 +01:00
julesroussel3 100a27e823
feat(inputs.win_wmi): add Windows Management Instrumentation (WMI) input plugin (#11250) 2023-02-22 11:28:27 -07:00
Joshua Powers 95877a51b5
fix(agent): Reload config on config update (#12721) 2023-02-22 19:01:32 +01:00
Joshua Powers caf14adb17
feat(inputs.disk): Add label as tag (#12696) 2023-02-22 15:55:55 +01:00
Joshua Powers 29916dfee0
test(inputs.x509_cert): fix missing tag (#12720) 2023-02-22 07:33:34 -07:00
Sven Rebhan d1d9737da6
feat(inputs.x509_cert): Add tag for certificate type-classification (#12656) 2023-02-22 13:39:15 +01:00
Paweł Żak 39d6b1d5cb
chore: Fix linter findings for errorlint (part3) (#12704)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-02-22 13:38:16 +01:00
Paweł Żak f7949ca68a
chore: Fix linter findings for errorlint (part1) (#12701)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-02-22 12:57:53 +01:00
dependabot[bot] 6e72fee7b1
chore(deps): Bump github.com/go-logfmt/logfmt from 0.5.1 to 0.6.0 (#12715) 2023-02-22 12:28:15 +01:00
dependabot[bot] 987ff9d9e2
chore(deps): Bump cloud.google.com/go/pubsub from 1.27.1 to 1.28.0 (#12714) 2023-02-22 12:27:31 +01:00
dependabot[bot] 966f5b185a
chore(deps): Bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#12713) 2023-02-22 12:26:31 +01:00
dependabot[bot] 26bfb49cf4
chore(deps): Bump github.com/gophercloud/gophercloud from 1.0.0 to 1.2.0 (#12712) 2023-02-22 12:25:40 +01:00
Paweł Żak 4201f24020
chore: Fix linter findings for errorlint (part2) (#12702)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-02-22 12:08:46 +01:00
dependabot[bot] 97f8a596e2
chore(deps): Bump golang.org/x/net from 0.5.0 to 0.7.0 (#12699) 2023-02-22 11:42:10 +01:00
Thomas Casteleyn 8c2bb92f26
chore(inputs.net_response): Use Init to check configuration issues (#12690) 2023-02-22 11:36:58 +01:00