Commit Graph

7578 Commits

Author SHA1 Message Date
varunjain0606 1b74a25252
feat(inputs.kubernetes): Extend kube_inventory plugin to include and extend resourcequota, secrets, node, and pod measurement (#13040) 2023-05-19 07:54:09 -06:00
Sven Rebhan ad4df2105c
fix(inputs.socket_listener): Avoid noisy logs on closed connection (#13288) 2023-05-19 07:05:24 -06:00
Paweł Żak 727533ee55
chore: Enable deferInLoop, exitAfterDefer and unnecessaryDefer checkers for gocritic (#13280)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-05-19 09:55:08 +02:00
Neelay Upadhyaya 129f8881c8
fix(inputs.vsphere): specify the correct option for disconnected_servers_behavior (#13286) 2023-05-18 11:47:08 -06:00
Joshua Powers 0db9bafb79
docs: Clarify watch config behavior (#13285) 2023-05-18 08:40:53 -06:00
Sven Rebhan 7da5d68315
feat(processors.template): Allow `tag` to be a template (#13253) 2023-05-17 15:55:30 -06:00
Niko d7dfe4ed48
feat(inputs.sqlserver): Add Azure Arc-enabled SQL MI support (#13261) 2023-05-17 12:36:02 -06:00
Patrick Hemmer f098e5f9f6
fix(inputs.socket_listener): Fix loss of connection tracking (#13056) 2023-05-17 12:34:53 -06:00
Thomas Casteleyn f0dc15fd9c
feat(inputs.directory_monitor): Improve internal stats (#13089) 2023-05-17 12:05:48 -06:00
Sven Rebhan f171d62ac1
feat(test): Allow to capture all messages during test (#13275) 2023-05-17 11:11:52 -06:00
dependabot[bot] 92bd5f3776
chore(deps): Bump github.com/aerospike/aerospike-client-go/v5 from 5.10.0 to 5.11.0 (#13258) 2023-05-17 11:10:33 -06:00
dependabot[bot] ea51517a7d
chore(deps): Bump go.opentelemetry.io/collector/pdata from 1.0.0-rc7 to 1.0.0-rcv0011 (#13257) 2023-05-17 11:09:58 -06:00
dependabot[bot] a18330da3a
chore(deps): Bump cloud.google.com/go/pubsub from 1.30.0 to 1.30.1 (#13256) 2023-05-17 11:07:52 -06:00
dependabot[bot] 5fce9e7295
chore(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.17.8 to 1.18.0 (#13255) 2023-05-17 11:07:23 -06:00
dependabot[bot] 7025e79858
chore(deps): Bump github.com/benbjohnson/clock from 1.3.0 to 1.3.3 (#13254) 2023-05-17 11:06:58 -06:00
Paweł Żak 90e2802e54
chore: Enable gocritic with initial set of rules (#13247) 2023-05-17 10:30:10 -06:00
Sven Rebhan 791e7b63ee
chore(deps): Bump golang.org/x/net from 0.9.0 to 0.10.0 (#13276) 2023-05-17 07:37:52 -06:00
dependabot[bot] 93a93ebddb
chore(deps): Bump github.com/docker/distribution from 2.8.1 to 2.8.2 (#13269) 2023-05-17 07:17:51 -06:00
Sven Rebhan afab345573
feat(processors.scale): Add scaling by factor and offset (#13227) 2023-05-08 09:27:58 -06:00
Maxim Ivanov 5cb928cc5d
fix(inputs.prometheus): Avoid race when creating informer factory (#13231) 2023-05-08 16:25:32 +02:00
Sven Rebhan 1bcc279d68
feat(serializers): Add CloudEvents serializer (#13224) 2023-05-05 11:40:27 -06:00
Sven Rebhan fc4e896746
feat(inputs.sql): Add FlightSQL support (#13091) 2023-05-05 11:04:18 -06:00
Nick Thomas a808b9f077
feat(parsers.opentsdb): Add OpenTSDB data format parser (#13167) 2023-05-05 07:14:51 -06:00
Sven Rebhan 66fa382f2c
chore(deps): Bump github.com/antchfx/xpath to latest master for string-join() (#13242) 2023-05-05 07:02:03 -06:00
Luke Winikates a579168437
chore(deps): bump signalfx/golib from 3.3.46 to 3.3.50 (#13230) 2023-05-04 14:16:12 -06:00
dependabot[bot] bdae38e7db
chore(deps): Bump google.golang.org/api from 0.106.0 to 0.120.0 (#13170) 2023-05-04 20:56:42 +02:00
Joshua Powers d12bcec8c4
fix(outputs.stackdriver): Allow for custom metric type prefix (#13168) 2023-05-04 11:56:29 -06:00
Max cf7ec5072d
fix(outputs.graphite): Fix logic to reconnect with servers that were not up on agent startup (#13228) (#13239) 2023-05-04 19:20:20 +02:00
Daniel Ayvar 43048aad8c
fix(inputs.cloud_pubsub): Fix gzip decompression (#13238) 2023-05-04 19:19:06 +02:00
Joshua Powers 1b8339ace8
docs(common.kafka): Remove experimental notes (#13232) 2023-05-04 19:17:40 +02:00
Joshua Powers 7ae87252ac
chore: Update to go1.20.4 (#13226) 2023-05-04 19:12:32 +02:00
Paweł Żak 7919405cfd
chore: Fix linter findings for Windows (part3) (#13143) 2023-05-04 10:14:36 -06:00
Joshua Powers 8396f1a00d
feat(outputs.loki): Add option for metric name label (#13157) 2023-05-04 11:56:19 +02:00
Joshua Powers 1a7c274ddf
fix(outputs.stackdriver): Group batches by timestamp (#12994) 2023-05-04 11:48:54 +02:00
Joshua Powers 4929f1ade7
chore: sort go.mod (#13234) 2023-05-03 13:03:17 -06:00
Joshua Powers 6dd3bcb41a
feat(processors.parser): Add merge with timestamp option (#13147) 2023-05-03 09:50:32 +02:00
Luke Winikates e9f55a848f
chore(deps): Bump prometheus from v1.8.2 to v2.42.0 (#13225)
Dependency version 0.42.0 corresponds to release version 2.42.0 see [prometheus versioning description](https://github.com/prometheus/prometheus#prometheus-code-base) for details.
2023-05-03 09:47:00 +02:00
Sven Rebhan 0dd837852d
chore(deps): Bump govulncheck-action from 0.10.0 to 0.10.1 (#13223) 2023-05-02 13:18:26 -06:00
Daniel Ayvar 872d51714e
feat(cloud_pubsub): Add support for gzip compression (#13094) 2023-05-02 20:04:00 +02:00
Povilas Versockas 92b6d96486
feat(inputs.statsd): Add optional temporality and start_time tag for statsd metrics (#13087) 2023-05-02 19:19:30 +02:00
Joshua Powers 9284bdabf0
feat(inputs.suricata): Add ability to parse drop or rejected (#13048) 2023-05-02 19:07:34 +02:00
Paweł Żak 200c9e5684
chore: Finish gosec activities (#13222) 2023-05-02 17:40:37 +02:00
Paweł Żak 30b603626c
chore: Enable G404 rule for gosec (#13095) 2023-05-02 06:31:50 -06:00
Luke Winikates 1f57283a57
deps(outputs.wavefront): Bump wavefront sdk from 0.12.0 to 0.13.0 (#13213) 2023-05-02 06:28:09 -06:00
dependabot[bot] eda50d55be
chore(deps): Bump github.com/Azure/go-autorest/autorest/adal from 0.9.22 to 0.9.23 (#13215) 2023-05-02 06:27:39 -06:00
dependabot[bot] b37bc7ca24
chore(deps): Bump github.com/fatih/color from 1.13.0 to 1.15.0 (#13216) 2023-05-02 06:27:17 -06:00
dependabot[bot] 318ac722a9
chore(deps): Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (#13217) 2023-05-02 06:26:59 -06:00
Orlov Roman 20921eb535
fix(outputs.prometheus_client): Fix export_timestamp for v1 metric type (#13169)
Co-authored-by: Roman Orlov <orlov@farpost.com>
2023-05-02 13:46:57 +02:00
Joshua Powers 80b8fe6333
fix(serializers.influx): Restore disabled uint support by default (#13164) 2023-05-02 13:45:19 +02:00
tguenneguez 3d40659387
feat(inputs.filecount): Add oldestFileTimestamp and newestFileTimestamp (#13163) 2023-05-02 13:34:56 +02:00