chore(deps): update opentelemetry collector to v0.88.0 #76
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:
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
v0.87.0
->v0.88.0
Release Notes
open-telemetry/opentelemetry-collector-contrib (github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor)
v0.88.0
Compare Source
🛑 Breaking changes 🛑
k8sclusterreceiver
: Remove opencensus.resourcetype resource attribute (#26487)splunkhecexporter
: Removemax_connections
configuration setting. (#27610)use max_idle_conns or max_idle_conns_per_host instead.
signalfxexporter
: Removemax_connections
configuration setting. (#27610)use max_idle_conns or max_idle_conns_per_host instead.
🚩 Deprecations 🚩
dockerstatsreceiver
: cpu.container.percent metric will be deprecated in v0.79.0 in favor of container.cpu.utilization (#21807)The metric
container.cpu.percentage
is now disabled by default and will be removed in v0.88.0.As a replacement, the following metric is now enabled by default:
container.cpu.utilization
.For details, see the docs.
parquetexporter
: Remove the parquet exporter (#27284)🚀 New components 🚀
encoding/jsonlogencodingextension
: Add a new extension to support JSON encoding (only logs) (#6272)honeycombmarkerexporter
: This component will export markers to be consumed by the Honeycomb Markers API to highlight user events (#26653)zipkinencodingextension
: Introduce zipkin encoding extension. (#6272)💡 Enhancements 💡
datasetexporter
: Make export of resources and scopes more flexible (#27651, #27649)pkg/stanza
: Add option to run udp logs receiver (and stanza udp input operator) concurrently to reduce data-loss during high-scale scenarios (#27613)receiver/prometheus
: Warn instead of failing when users rename using metric_relabel_configs in the prometheus receiver (#5001)awscloudwatchlogsexporter/awsemfexporter
: Reduce noisy logs emitted by CloudWatch Logs Pusher. (#27774)The Collector logger will now write successful CloudWatch API writes at the Debug level instead of Info level.
k8sobjectsreceiver
: Move k8sobjectsreceiver from Alpha stability to Beta stability for logs. (#27635)datadogconnector
: Allow datadogconnector to be used as a traces-to-traces connector (#27846)doubleconverter
: Adding a double converter into pkg/ottl (#22056)syslogreceiver
: validate protocol name (#27581)elasticsearchexporter
: add missing scope info in span attributes (#27282)entension/storage/filestorage
: Add support for setting bbolt fsync option (#20266)filelogreceiver
: Add a new "top_n" option to specify the number of files to track when using ordering criteria (#23788)azuredataexplorerexporter
: Added exporter helper config support for Azure Data Explorer exporter (#24329)k8sclusterreceiver
: add optional k8s.pod.qos_class resource attribute (#27483)pkg/stanza
: Log warning, instead of error, when Windows Event Log publisher metadata is not available and cache the successfully retrieved ones. (#27658)pkg/ottl
: Add optional Converter parameters to replacement Editors (#27235)Functions to modify matched text during replacement can now be passed as optional arguments to the following Editors:
replace_pattern
replace_all_patterns
replace_match
replace_all_matches
awscloudwatchlogsexporter
: Improve the performance of the awscloudwatchlogsexporter (#26692)Improve the performance by adding support to multiple consumers and removing locks and limiters that are no longer
necessary.
pkg/pdatatest
: support ignore timestamps in span comparisons for pdatatest (#27688)prometheusremotewriteexporter
: addition ofmax_batch_size_bytes
configurable parameter, to allow users to adjust it based on the capabilities of their specific remote storage (#21911)pkg/pdatatest
: support ignore span attribute value in span comparisons for ptracetest (#27689)pkg/pdatatest
: support ignore span ID in span comparisons for ptracetest (#27685)pkg/pdatatest
: support ignore trace ID in span comparisons for ptracetest (#27687)pkg/stanza
: When async is enabled for udp receiver, separate logic into readers (only read logs from udp port and push to channel), and processors (read logs from channel and process; decode, split, add attributes, and push downstream), allowing to change concurrency level for both readers and processors separately. (#27613)signalfxexporter
: Add an option to control the dimension client timeout (#27815)signalfxexporter
: Add the build version to the user agent of the SignalFx exporter (#16841)splunkentreceiver
: Users can now use auth settings and basicauth extension to connect to their Splunk enterprise deployments (#27026)🧰 Bug fixes 🧰
datasetexporter
: Do not crash on NPE when any of the attributes contains null value. (#27648)syslog
: add integration tests and fix related bugs (#21245)processor/resourcedetection
: Don't parse the fieldcpuInfo.Model
if it's blank. (#27678)k8sclusterreceiver
: Change clusterquota and resourcequota metrics to use {resource} unit (#10553)cmd/telemetrygen
: Fixgo install
for telemetrygen (#27855)pkg/ottl
: Fix bug where named parameters needed a space after the equal sign (=
). (#28511)filelogreceiver
: Fix issue where batching of files could result in ignoring start_at setting. (#27773)prometheusremotewrite
: Fix remote write exporter not respecting retrySettings.enabled flag (#27592)redactionprocessor
: Fix mask when multiple patterns exist (#27646)open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/cmd/builder)
v0.88.0
Compare Source
💡 Enhancements 💡
fanoutconsumer
: Enable runtime assertions to catch incorrect pdata mutations in the components claiming as non-mutating pdata. (#6794)This change enables the runtime assertions to catch unintentional pdata mutations in components that are claimed
as non-mutating pdata. Without these assertions, runtime errors may still occur, but thrown by unrelated components,
making it very difficult to troubleshoot.
🧰 Bug fixes 🧰
exporterhelper
: make enqueue failures available for otel metrics (#8673)exporterhelper
: Fix nil pointer dereference when stopping persistent queue after a start encountered an error (#8718)cmd/builder
: Fix ocb ignoringotelcol_version
when set to v0.86.0 or later (#8692)Configuration
📅 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.