-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Release v1.33.0 #6035
Merged
Merged
Release v1.33.0 #6035
Conversation
This file contains 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 #6035 +/- ##
=======================================
- Coverage 82.2% 82.2% -0.1%
=======================================
Files 273 273
Lines 23674 23674
=======================================
- Hits 19478 19476 -2
- Misses 3849 3851 +2
Partials 347 347 |
MrAlias
added
the
Unlock Released Changelog
PRs that need to change released section in CHANGELOG.md
label
Dec 12, 2024
MrAlias
requested review from
XSAM,
dashpole,
pellared and
dmathieu
as code owners
December 12, 2024 16:18
dashpole
approved these changes
Dec 12, 2024
pellared
approved these changes
Dec 12, 2024
dmathieu
approved these changes
Dec 12, 2024
XSAM
approved these changes
Dec 12, 2024
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.
Added
Reset
method toSpanRecorder
ingo.opentelemetry.io/otel/sdk/trace/tracetest
. (feat(trace): add concurrent-safeReset
method toSpanRecorder
#5994)EnabledInstrument
interface ingo.opentelemetry.io/otel/sdk/metric/internal/x
. This is an experimental interface that is implemented by synchronous instruments provided bygo.opentelemetry.io/otel/sdk/metric
. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (sdk/metric: Add experimental Enabled method to synchronous instruments #6016)Changed
go.opentelemetry.io/auto
package. See that package for more information. (Use auto-instrumentation SDK in global tracing #5920)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (Propagate non-retryable error messages to client #5929)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (Propagate non-retryable error messages to client #5929)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (Propagate non-retryable error messages to client #5929)AsStringSlice
,AsFloat64Slice
,AsInt64Slice
,AsBoolSlice
. (Performance improvements for attribute valueAsStringSlice
,AsFloat64Slice
,AsInt64Slice
,AsBoolSlice
#6011)EnabledParameters
to have aSeverity
field instead of a getter and setter ingo.opentelemetry.io/otel/log
. (log: Change EnabledParameters to have a field instead of getter and setter #6009)Fixed
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (otlp: Clients to close body uniformly #5954)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (otlp: Clients to close body uniformly #5954)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (otlp: Clients to close body uniformly #5954)go.opentelemetry.io/otel/exporters/prometheus
. (Escape exemplar keys to fix invalid key errors #5995)go.opentelemetry.io/otel/sdk/trace
. (Fix attribute value truncation #5997)go.opentelemetry.io/otel/sdk/log
. (Fix sdk/log record attr value limit #6032)