-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release 1.37.0/0.59.0/0.13.0 #6925
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 #6925 +/- ##
=====================================
Coverage 83.0% 83.0%
=====================================
Files 261 261
Lines 24256 24256
=====================================
Hits 20142 20142
Misses 3739 3739
Partials 375 375
🚀 New features to boost your workflow:
|
dmathieu
approved these changes
Jun 24, 2025
dashpole
approved these changes
Jun 24, 2025
MrAlias
approved these changes
Jun 24, 2025
XSAM
approved these changes
Jun 24, 2025
Co-authored-by: Sam Xie <sam@samxie.me>
Planning to merge and release tomorrow morning. I will create Contrib prerelease PR afterwards so that we can even try to make a Contrib release on the same day. |
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
go.opentelemetry.io/otel/semconv/v1.33.0
package.The package contains semantic conventions from the
v1.33.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.32.0.
(Generatesemconv/v1.33.0
#6799)go.opentelemetry.io/otel/semconv/v1.34.0
package.The package contains semantic conventions from the
v1.34.0
version of the OpenTelemetry Semantic Conventions. (Semconv v1.34.0 #6812)otel_scope_schema_url
label ingo.opentelemetry.io/otel/exporters/prometheus
. (prometheus: Add otel_scope_schema_url and otel_scope_[attribute] labels #5947)otel_scope_[attribute]
labels ingo.opentelemetry.io/otel/exporters/prometheus
. (prometheus: Add otel_scope_schema_url and otel_scope_[attribute] labels #5947)EventName
toEnabledParameters
ingo.opentelemetry.io/otel/log
. (log,sdk/log: add EventName to EnabledParameters #6825)EventName
toEnabledParameters
ingo.opentelemetry.io/otel/sdk/log
. (log,sdk/log: add EventName to EnabledParameters #6825)go.opentelemetry.io/otel/exporters/prometheus
metric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (Handle custom metric suffix inexporter/prometheus
to match otel-contrib #6839)Changed
v1.26.0
tov1.34.0
ingo.opentelemetry.io/otel/bridge/opentracing
. (Upgrade semconv to v1.34.0 in OpenTracing bridge #6827)v1.26.0
tov1.34.0
ingo.opentelemetry.io/otel/exporters/zipkin
. (Upgrade semconv to 1.34.0 in exporters/zipkin #6829)v1.26.0
tov1.34.0
ingo.opentelemetry.io/otel/metric
. (Upgrade semconv to 1.34.0 in metric #6832)v1.26.0
tov1.34.0
ingo.opentelemetry.io/otel/sdk/resource
. (Upgrade semconv to 1.34.0 in sdk/resource #6834)v1.26.0
tov1.34.0
ingo.opentelemetry.io/otel/sdk/trace
. (Upgrade semconv to 1.34.0 in sdk/trace #6835)v1.26.0
tov1.34.0
ingo.opentelemetry.io/otel/trace
. (Upgrade semconv to 1.34.0 in trace #6836)Record.Resource
now returns*resource.Resource
instead ofresource.Resource
ingo.opentelemetry.io/otel/sdk/log
. (sdk/log: Record.Resource to return *resource.Resource #6864)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. (Use the cause of the context error in OTLP retry #6898)Fixed
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
. (fix(otlptrace,otlpmetric): remove endpoint URL path cleaning #6710)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
. (fix(otlptrace,otlpmetric): remove endpoint URL path cleaning #6710)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (fix(otlptrace,otlpmetric): remove endpoint URL path cleaning #6710)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (fix(otlptrace,otlpmetric): remove endpoint URL path cleaning #6710)go.opentelemetry.io/otel/exporters/prometheus
. (prometheus: validate exponential histogram scale range (#6779) #6822)go.opentelemetry.io/otel/sdk/metric
. (Ensure context cancellation during metric pipeline produce does not corrupt data #6914)Removed
go.opentelemetry.io/otel/exporters/prometheus
no longer exportsotel_scope_info
metric. (prometheus: remove otel_scope_info #6770)