Update dependency influxdata/telegraf to v1.33.1 #186
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.32.1
->1.33.1
Release Notes
influxdata/telegraf (influxdata/telegraf)
v1.33.1
Compare Source
Important Changes
skip_processors_after_aggregators
will change totrue
with Telegraf
v1.40.0
, skip running the processors again after aggregators!If you need the current default behavior, please explicitly set the option to
false
! To silence the warning and use the future default behavior, pleaseexplicitly set the option to
true
.Bugfixes
agent
Skip initialization of second processor state if requestedinputs.intel_powerstat
Fix option removal versioninputs.mongodb
Do not dereference nil pointer if gathering database stats failsoutputs.influxdb_v2
Allow overriding auth and agent headersoutputs.influxdb_v2
Fix panic and API error handlingoutputs.remotefile
Handle tracking metrics correctlyDependency Updates
deps
Bump cloud.google.com/go/bigquery from 1.64.0 to 1.65.0deps
Bump cloud.google.com/go/monitoring from 1.21.1 to 1.22.0deps
Bump github.com/Azure/go-autorest/autorest/adal from 0.9.23 to 0.9.24deps
Bump github.com/IBM/nzgo/v12 from 12.0.9-0.20231115043259-49c27f2dfe48 to 12.0.9deps
Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1deps
Bump github.com/aws/aws-sdk-go-v2/config from 1.27.39 to 1.28.6deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.162.1 to 1.198.1deps
Bump github.com/fatih/color from 1.17.0 to 1.18.0deps
Bump github.com/gopacket/gopacket from 1.3.0 to 1.3.1deps
Bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0deps
Bump github.com/prometheus/common from 0.60.0 to 0.61.0deps
Bump github.com/vapourismo/knx-go from v0.0.0-20240217175130-922a0d50c241 to v0.0.0-20240915133544-a6ab43471c11deps
Bump golang.org/x/crypto from 0.29.0 to 0.31.0deps
Bump k8s.io/client-go from 0.30.1 to 0.31.3deps
Bump super-linter/super-linter from 7.2.0 to 7.2.1v1.33.0
Compare Source
New Plugins
inputs.neoom_beaam
Add new pluginprocessors.batch
Add batch processoroutputs.quix
Add pluginFeatures
agent
Add --watch-interval option for polling config changesaggregators.basicstats
Add first fieldcommon.socket
Allow parallel parsing with a pool of workersinputs.amqp_consumer
Allow specification of queue argumentsinputs.diskio
Add field io await and utilinputs.kafka_consumer
Implement startup error behavior optionsinputs.memcached
Add support for external-store metricsinputs.mock
Add sine phaseinputs.modbus
Allow grouping across register typesinputs.prometheus
Allow to use secrets for credentialsinputs.smart
Add Power on Hours and Cycle Countinputs.snmp
Add displayhint conversioninputs.snmp
Convert uneven bytes to intinputs.socket_listener
Use reception time as timestampinputs.statsd
Allow reporting sets and timings count as floatsinputs.vsphere
Add VM memory configurationinputs.vsphere
Add cpu temperature fieldinputs
Add option to choose the metric time sourcelogging
Allow overriding message key for structured loggingoutputs.influxdb_v2
Add rate limit implementationoutputs.mqtt
Add sprig functions for topic name generatoroutputs.postgresql
Allow limiting of column name lengthoutputs
Add rate-limiting infrastructureoutputs
Implement partial write errorsoutputs
Only copy metric if its not filtered outserializers.prometheusremotewrite
Log metric conversion errorsBugfixes
inputs.netflow
Decode flags in TCP and IP headers correctlyinputs.procstat
Handle running processes correctly across multiple filterslogging
Add Close() func for redirectLoggerlogging
Clean up extra empty spaces when redirectLogger is usedlogging
Fix duplicated prefix and attrMsg in log message when redirectLogger is usedDependency Updates
deps
Bump cloud.google.com/go/bigquery from 1.63.1 to 1.64.0deps
Bump cloud.google.com/go/storage from 1.43.0 to 1.47.0deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.42.2 to 1.43.1deps
Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.29.3 to 1.32.6deps
Bump github.com/intel/powertelemetry from 1.0.1 to 1.0.2deps
Bump github.com/rclone/rclone from 1.68.1 to 1.68.2deps
Bump github.com/vishvananda/netns from 0.0.4 to 0.0.5deps
Bump golang.org/x/net from 0.30.0 to 0.31.0deps
Bump golangci-lint from v1.62.0 to v1.62.2deps
Bump google.golang.org/grpc from 1.67.1 to 1.68.0deps
Bump modernc.org/sqlite from 1.33.1 to 1.34.1deps
Bump super-linter/super-linter from 7.1.0 to 7.2.0v1.32.3
Compare Source
Important Changes
internal counters of the Bind plugin to unsigned integers matching the server
implementation. We keep backward compatibility by setting
report_counters_as_int
totrue
by default to avoid type conflicts on theoutput side. However, you should change this setting to
false
as soon aspossible to avoid invalid values and parsing errors with the v3 XML
statistics.
Bugfixes
agent
Restore setup order of stateful plugins to Init() then SetState()common.socket
Make sure the scanner buffer matches the read-buffer sizecommon.socket
Use read buffer size config setting as a datagram reader buffer sizeinputs.bind
Convert counters to uint64inputs.gnmi
Register connection statistics before creating clientinputs.netflow
Cast TCP ports to uint16inputs.ntpq
Avoid panic on empty lines and make sure -p is presentinputs.snmp
Fix crash when trying to format fields from unknown OIDsinputs.snmp_trap
Remove timeout deprecationlogger
Avoid setting the log-format default too earlyDependency Updates
deps
Bump cloud.google.com/go/pubsub from 1.42.0 to 1.45.1deps
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.37 to 1.17.44deps
Bump github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0deps
Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1deps
Bump github.com/gopacket/gopacket from 1.2.0 to 1.3.0deps
Bump github.com/jackc/pgtype from 1.14.3 to 1.14.4deps
Bump github.com/openconfig/gnmi from 0.10.0 to 0.11.0deps
Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5deps
Bump github.com/rclone/rclone from 1.67.0 to 1.68.1deps
Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10deps
Bump github.com/sijms/go-ora/v2 from 2.8.19 to 2.8.22deps
Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.33.0 to 0.34.0deps
Bump github.com/tidwall/gjson from 1.17.1 to 1.18.0deps
Bump github.com/vmware/govmomi from 0.39.0 to 0.45.1deps
Bump golang.org/x/sys from 0.25.0 to 0.26.0deps
Bump golang.org/x/text from 0.19.0 to 0.20.0deps
Bump golangci-lint from v1.61.0 to v1.62.0v1.32.2
Compare Source
Bugfixes
agent
Use a unique WAL file for plugin instances of the same typeinputs.kafka_consumer
Fix deadlockinputs.netflow
Cast complex types to field compatible onesinputs.opcua
Allow to retry reads on invalid sessionsinputs.procstat
Correctly use systemd-unit setting for finding theminputs.win_eventlog
Handle XML data fields' filtering the same way as event fieldsoutputs.remotefile
Create a new serializer instance per output fileoutputs.syslog
Trim field-names belonging to explicit SDIDs correctlyDependency Updates
deps
Bump cloud.google.com/go/bigquery from 1.62.0 to 1.63.1deps
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16.0deps
Bump github.com/IBM/sarama from 1.43.2 to 1.43.3deps
Bump github.com/alitto/pond from 1.9.0 to 1.9.2deps
Bump github.com/apache/thrift from 0.20.0 to 0.21.0deps
Bump github.com/aws/aws-sdk-go-v2 from 1.32.1 to 1.32.2deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.40.4 to 1.42.1deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.42.1 to 1.42.2deps
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.34.9 to 1.36.2deps
Bump github.com/docker/docker from 27.1.1+incompatible to 27.3.1+incompatibledeps
Bump github.com/gosnmp/gosnmp from 1.37.0 to 1.38.0deps
Bump github.com/gwos/tcg/sdk from v8.7.2 to v8.8.0deps
Bump github.com/lxc/incus/v6 from 6.2.0 to 6.6.0deps
Bump github.com/signalfx/golib/v3 from 3.3.53 to 3.3.54deps
Bump github.com/snowflakedb/gosnowflake from 1.11.1 to 1.11.2deps
Bump go.step.sm/crypto from 0.51.1 to 0.54.0deps
Bump github.com/shirou/gopsutil from v3.24.4 to v4.24.9Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.