Commit Graph

969 Commits

Author SHA1 Message Date
Sven Rebhan c3e53193d2
feat(logging): Implement structured logging (#15751)
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
2024-09-06 15:52:22 -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 536a914890
feat(outputs.syslog): Implement startup error behavior options (#15787) 2024-08-29 10:06:35 -05:00
Mikhail Konovalov 88663992e4
fix(outputs.kinesis): Honor the configured endpoint (#15781) 2024-08-29 10:05:18 -05:00
Paweł Żak e94f0c58c5
chore(linters): Fix findings found by `testifylint`: `go-require` for `zabbix` (#15727) 2024-08-22 10:43:38 +02:00
Lauri fc198910cf
feat(outputs.kafka): Option to add metric name as record header (#15722) 2024-08-13 09:42:23 -06:00
Joseph Heyburn 66a042f592
feat(outputs.datadog): Add support for submitting alongside dd-agent (#15702) 2024-08-07 16:58:25 +02: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 2cab6ec7ce
feat(outputs.kafka): Option to set producer message timestamp (#15689) 2024-07-31 14:35:21 -05:00
dependabot[bot] a978110b2c
chore(deps): Bump github.com/docker/docker from 25.0.5+incompatible to 27.1.1+incompatible (#15681) 2024-07-31 10:54:08 -05:00
Dhruv Thakkar f57d6764cf
feat(outputs.dynatrace): add support for metric to be treated and reported as a delta counter using regular expression (#15668) 2024-07-26 11:54:26 -05:00
Sven Rebhan ef41198481
chore(logging): Implement early logging (#15629) 2024-07-26 09:09:21 -06:00
Joshua Powers a3eda34048
feat(outputs.parquet): Introduce Parquet output (#15602) 2024-07-25 10:40:18 +02:00
Joshua Powers 6954798e38
fix(outputs.remotefile): Resolve linter not checking error (#15615) 2024-07-10 14:31:47 -06:00
Sven Rebhan bcfd0447a4
feat(outputs.remotefile): Add plugin to store metrics in remote files (#15569) 2024-07-10 13:36:06 -06:00
Joshua Powers 7870b3de51
docs(outputs.syslog): Doc syslog message format length limits (#15611) 2024-07-10 12:55:08 +02:00
Dane Strandboge 19737fcb52
chore(linters): Fix remaining errcheck warnings (#15518)
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-07-10 12:51:25 +02:00
cnemo-cenic a8355c74b9
feat(outputs.elasticsearch): Support data streams (#15613) 2024-07-09 13:09:02 -06:00
Paweł Żak 1422c09294
test(linters): Enable `testifylint`: `blank-import`, `float-compare`, `negative-positive`, `nil-compare` and `useless-assert` (#15566) 2024-07-01 15:00:13 +02:00
Joshua Powers 7037429e6a
test(lint): Enable mirror (#15510) 2024-06-17 16:21:30 +02:00
Sven Rebhan 99b840c253
chore(outputs.mqtt): Remove dead code (#15487) 2024-06-12 10:15:15 -05:00
Dane Strandboge 6eef8aa15c
feat(outputs.elasticsearch): Allow custom template index settings (#15471) 2024-06-11 10:40:33 +02:00
dependabot[bot] 05ba4951ee
chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.161.1 to 1.162.1 (#15448) 2024-06-10 13:16:20 -05:00
Andrii Chubatiuk fe092f6d08
feat(outputs.elasticsearch): Allow settings extra headers for elasticsearch output (#15477) 2024-06-10 07:41:16 -06:00
Greg a758311ac4
feat(outputs.influxdb_v2): Preserve custom query parameters on write (#15475) 2024-06-07 09:51:33 -06:00
Joshua Powers b79299975d
chore(deps): Bump github.com/lxc/incus v0.4.0 to v6.2.0 (#15441) 2024-06-06 14:35:56 -05:00
Joshua Powers f0c72586cc
feat(outputs.mqtt): Add client trace logging, resolve MQTT5 reconnect login (#15429) 2024-06-06 11:06:23 +02:00
Joshua Powers 71718fba7d
chore: Update removal dates to either v1.35.0 or v1.40.0 (#15452) 2024-06-05 15:19:47 -05:00
Joshua Powers c8d9ae15b5
test(outputs.sql): Update wait for log message (#15459) 2024-06-05 11:21:31 -05:00
Joshua Powers 58aae6201b
docs(outputs.datadog): Specify API v1 support (#15427) 2024-05-31 10:33:22 +02:00
Viktor Szépe 31a1d34d99
chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
Joshua Powers 536b3d04ce
chore(deps): Switch to github.com/leodido/go-syslog (#15393) 2024-05-30 08:06:04 -06:00
Sven Rebhan 71b58ddaf5
chore(log): Restructure and cleanup logging code (#15234) 2024-05-10 16:43:43 -05:00
Thomas Casteleyn 43c8db95d8
docs(outputs.postgresql): Add example to create index for tag columns (#15322) 2024-05-08 11:23:53 -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
Joshua Powers 7f83b7aae9
feat(serializers.influx): Add option to omit timestamp (#15220) 2024-05-02 13:50:50 -05:00
Joshua Powers 60cf9772a7
fix(outputs.loki): Option to sanitize label names (#15277) 2024-05-02 13:45:46 -05:00
Morian Sonnet c7446f74f1
feat(outputs.influxdb_v2): Add option to set local address (#15228) 2024-04-26 16:47:33 -05:00
Morian Sonnet bf55d782f0
feat(outputs.influxdb): Add option to define local address (#15225) 2024-04-26 16:46:55 -05:00
Morian Sonnet 42401a3175
fix(outputs.graphite): Handle local address without port correctly (#15224) 2024-04-25 13:25:34 -05:00
Nick Thomas 96d6da63f2
fix(http): Stop plugins from leaking file descriptors on telegraf reload (#15213) 2024-04-24 15:18:15 -05:00
Joshua Powers 3138f847d4
fix(outputs.sql): Enable the use of krb5 with mssql driver (#15196) 2024-04-22 18:37:37 +02:00
Joshua Powers 6e3577f40e
fix(outputs.opensearch): Correctly error during failures or disconnect (#15157) 2024-04-19 15:23:05 +02:00
Joshua Powers b2cd9a58ca
docs(outputs.kafka): Add metadata options to docs (#15182) 2024-04-18 10:50:56 +02:00
Andreas Deininger 01c00d69fb
chore: Fix typos (#15114) 2024-04-09 20:00:52 +02:00
dependabot[bot] ba81bef3af
chore(deps): Bump github.com/apache/iotdb-client-go from 0.12.2-0.20220722111104-cd17da295b46 to 1.2.0-tsbs (#15086) 2024-04-02 12:24:12 -06:00
Sven Rebhan 506698056e
feat(outputs.postgresql): Allow configuration of startup error handling (#15073) 2024-03-29 13:15:26 -05:00
Sven Rebhan 4613c81be7
docs(outputs.cratedb): Document startup error behavior options (#15072) 2024-03-29 13:13:10 -05:00
Sven Rebhan 4f3f9c3fcf
feat(outputs.cratedb): Allow configuration of startup error handling (#15065) 2024-03-27 11:12:38 -05:00