Update All OTEL Collector packages#7163
Merged
yurishkuro merged 4 commits intojaegertracing:mainfrom May 26, 2025
Merged
Conversation
Signed-off-by: Mend Renovate <bot@renovateapp.com>
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
yurishkuro
approved these changes
May 26, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7163 +/- ##
==========================================
+ Coverage 96.18% 96.20% +0.01%
==========================================
Files 361 361
Lines 21836 21836
==========================================
+ Hits 21004 21007 +3
+ Misses 622 620 -2
+ Partials 210 209 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Merged
via the queue into
jaegertracing:main
with commit May 26, 2025
d41015b
59 of 60 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.31.0->v1.32.0v1.31.0->v1.32.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v1.31.0->v1.32.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v1.31.0->v1.32.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v1.31.0->v1.32.0v0.125.0->v0.126.0v0.125.0->v0.126.0v1.31.0->v1.32.0v0.125.0->v0.126.0v1.31.0->v1.32.0v0.125.0->v0.126.0v1.31.0->v1.32.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0v1.31.0->v1.32.0v0.125.0->v0.126.0v0.125.0->v0.126.0v0.125.0->v0.126.0Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/client)
v1.32.0🛑 Breaking changes 🛑
configauth: Removes deprecatedconfigauth.Authenticationandextensionauthtest.NewErrorClient(#12992)The following have been removed:
configauth.Authenticationuseconfigauth.Configinsteadextensionauthtest.NewErrorClientuseextensionauthtest.NewErrinstead💡 Enhancements 💡
service: Replacego.opentelemetry.io/collector/semconvusage withgo.opentelemetry.io/otel/semconv(#12991)confmap: Update the behavior of the confmap.enableMergeAppendOption feature gate to merge only component lists. (#12926)service: Add item count metrics defined in Pipeline Component Telemetry RFC (#12812)See Pipeline Component Telemetry RFC for more details:
otelcol.receiver.produced.itemsotelcol.processor.consumed.itemsotelcol.processor.produced.itemsotelcol.connector.consumed.itemsotelcol.connector.produced.itemsotelcol.exporter.consumed.itemstls: Add trusted platform module (TPM) support to TLS authentication. (#12801)Now the TLS allows the use of TPM for loading private keys (e.g. in TSS2 format).
🧰 Bug fixes 🧰
exporterhelper: Add validation error for batch config if min_size is greater than queue_size. (#12948)telemetry: Allocate less memory per component when OTLP exporting of logs is disabled (#13014)confmap: Use reflect.DeepEqual to avoid panic when confmap.enableMergeAppendOption feature gate is enabled. (#12932)internal telemetry: Add resource attributes from telemetry.resource to the logger (#12582)Resource attributes from telemetry.resource were not added to the internal
console logs.
Now, they are added to the logger as part of the "resource" field.
confighttp and configcompression: Fix handling ofsnappycontent-encoding in a backwards-compatible way (#10584, #12825)The collector used the Snappy compression type of "framed" to handle the HTTP
content-encoding "snappy". However, this encoding is typically used to indicate
the "block" compression variant of "snappy". This change allows the collector to:
at the first bytes of the payload to determine if it is "framed" or "block" snappy,
and will decompress accordingly. This is a backwards-compatible change.
If the feature-gate "confighttp.framedSnappy" is enabled, you'll see new behavior for both client and server:
instead of "framed". Client compression type "x-snappy-framed" will now compress to the "framed" variant of snappy.
tlsconfig: Disable TPM tests on MacOS/Darwin (#12964)Configuration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.