-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release v1.35.0/v0.57.0/v0.11.0 #6407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6407 +/- ##
=======================================
- Coverage 81.8% 81.8% -0.1%
=======================================
Files 283 283
Lines 24899 24899
=======================================
- Hits 20380 20379 -1
- Misses 4116 4117 +1
Partials 403 403 🚀 New features to boost your workflow:
|
pellared
approved these changes
Mar 5, 2025
dmathieu
approved these changes
Mar 5, 2025
MrAlias
reviewed
Mar 5, 2025
Co-authored-by: Tyler Yahn <[email protected]>
Co-authored-by: Robert Pająk <[email protected]>
MrAlias
approved these changes
Mar 5, 2025
1 task
1 task
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.
Overview
This release is the last to support Go 1.22.
The next release will require at least Go 1.23.
Added
ValueFromAttribute
andKeyValueFromAttribute
ingo.opentelemetry.io/otel/log
. (log: Add ValueFromAttribute and KeyValueFromAttribute #6180)EventName
andSetEventName
toRecord
ingo.opentelemetry.io/otel/log
. (log: Add EventName #6187)EventName
toRecordFactory
ingo.opentelemetry.io/otel/log/logtest
. (log: Add EventName #6187)AssertRecordEqual
ingo.opentelemetry.io/otel/log/logtest
checksRecord.EventName
. (log: Add EventName #6187)EventName
andSetEventName
toRecord
ingo.opentelemetry.io/otel/sdk/log
. (sdk/log: Add EventName #6193)EventName
toRecordFactory
ingo.opentelemetry.io/otel/sdk/log/logtest
. (sdk/log: Add EventName #6193)Record.EventName
field ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
. (otlplog: Emit Record.EventName field #6211)Record.EventName
field ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (otlplog: Emit Record.EventName field #6211)Record.EventName
field ingo.opentelemetry.io/otel/exporters/stdout/stdoutlog
(stdoutlog: Emit Record.EventName field #6210)go.opentelemetry.io/otel/semconv/v1.28.0
package.The package contains semantic conventions from the
v1.28.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.27.0
(Generate thesemconv/v1.28.0
package #6236)go.opentelemetry.io/otel/semconv/v1.30.0
package.The package contains semantic conventions from the
v1.30.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.28.0
(Generatesemconv/v1.30.0
#6240)Resource
as a comparable type.Resource.Equal
andResource.Equivalent
should be used instead. (Document and check resource comparability #6272)FilterProcessor
andEnabledParameters
ingo.opentelemetry.io/otel/sdk/log
.It replaces
go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor
.Compared to previous version it additionally gives the possibility to filter by resource and instrumentation scope. (sdk/log: Add FilterProcessor and EnabledParameters #6317)
Changed
github.com/prometheus/common
to v0.62.0., which changes theNameValidationScheme
toNoEscaping
. This allows metrics names to keep original delimiters (e.g..
), rather than replacing with underscores. This is controlled by theContent-Type
header, or can be reverted by settingNameValidationScheme
toLegacyValidation
ingithub.com/prometheus/common/model
. (Update module github.com/prometheus/common to v0.62.0 and fix tests #6198)Fixes
NewSimpleSpanProcessor
whenShutdown
is called and the passedctx
is canceled andSpanExporter.Shutdown
has not returned. (sdk/trace: Fix goroutine leak in simpleSpanProcessor.Shutdown #6368)NewBatchSpanProcessor
whenForceFlush
is called and the passedctx
is canceled andSpanExporter.Export
has not returned. (sdk/trace: Fix gorountine leak in batchSpanProcessor.ForceFlush #6369)