-
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.22.0/v0.45.0 #4821
Merged
Merged
Release v1.22.0/v0.45.0 #4821
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
MadVikingGod
requested review from
MrAlias,
Aneurysm9,
evantorrie,
XSAM,
dashpole,
pellared,
hanyuancheung and
dmathieu
as code owners
January 11, 2024 20:42
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4821 +/- ##
=====================================
Coverage 82.3% 82.3%
=====================================
Files 226 226
Lines 18421 18421
=====================================
Hits 15164 15164
Misses 2971 2971
Partials 286 286
|
dashpole
approved these changes
Jan 11, 2024
MrAlias
approved these changes
Jan 11, 2024
dmathieu
approved these changes
Jan 12, 2024
pellared
approved these changes
Jan 15, 2024
dmathieu
approved these changes
Jan 17, 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
go.opentelemetry.io/otel/semconv/v1.22.0
package.The package contains semantic conventions from the
v1.22.0
version of the OpenTelemetry Semantic Conventions. (Add semconv v1.22.0 #4735)go.opentelemetry.io/otel/semconv/v1.23.0
package.The package contains semantic conventions from the
v1.23.0
version of the OpenTelemetry Semantic Conventions. (Add semconv/v1.23.0 #4746)go.opentelemetry.io/otel/semconv/v1.23.1
package.The package contains semantic conventions from the
v1.23.1
version of the OpenTelemetry Semantic Conventions. (Add semconv/v1.23.1 #4749)go.opentelemetry.io/otel/semconv/v1.24.0
package.The package contains semantic conventions from the
v1.24.0
version of the OpenTelemetry Semantic Conventions. (Add semconv v1.24.0 #4770)WithResourceAsConstantLabels
option to apply resource attributes for every metric emitted by the Prometheus exporter. (add option for resource attributes in metrics for prometheus exporter #4733)See metric documentation for more information about this feature and how to enable it. (Add cardinality limiting to the metric SDK as an experimental feature #4457)
NewMemberRaw
andNewKeyValuePropertyRaw
ingo.opentelemetry.io/otel/baggage
. (baggage: Add NewMemberRaw and NewKeyValuePropertyRaw #4804)Changed
go.opentelemetry.io/otel/semconv
to usev1.24.0
. (Upgrade use of semconv to v1.24.0 #4754)go.opentelemetry.io/otel/exporters/zipkin
to followv1.19.0
version of the OpenTelemetry specification. (Upgrade use of semconv to v1.24.0 #4754)go.opentelemetry.io/otel/sdk/metric
.If you do not want to make a measurement when the context is cancelled, you need to handle it yourself (e.g
if ctx.Err() != nil
). (sdk/metric: Record measurements when context is done #4671)go.opentelemetry.io/otel/trace.TraceState
's performance. (improve tracestate performance #4722)go.opentelemetry.io/otel/propagation.TraceContext
's performance. (improve trace_context performance #4721)go.opentelemetry.io/otel/baggage
performance. (baggage: Improve performance #4743)(*Set).Filter
method ingo.opentelemetry.io/otel/attribute
when the passed filter does not filter out any attributes from the set. (Optimize(attribute.Set).Filter
for no filtered case #4774)Member.String
ingo.opentelemetry.io/otel/baggage
percent-encodes only when necessary. (baggage: Member.String encodes only when necessary #4775)Property.Value
ingo.opentelemetry.io/otel/baggage
now returns a raw string instead of a percent-encoded value. (baggage: Add NewMemberRaw and NewKeyValuePropertyRaw #4804)Fixed
Parse
ingo.opentelemetry.io/otel/baggage
to validate member value before percent-decoding. (baggage: Fix Parse to validate member value before percent-decoding #4755)Member.String
ingo.opentelemetry.io/otel/baggage
. (baggage: Fix escaping in Member.String #4756)go.opentelemetry.io/otel/bridge/opentracing
. (bridge/opentracing: fix baggage item key is canonicalized #4776)go.opentelemetry.io/otel/bridge/opentracing
to properly handle baggage values that requires escaping during propagation. (baggage: Add NewMemberRaw and NewKeyValuePropertyRaw #4804)go.opentelemetry.io/otel/sdk/metric
. (Fix multi-reader observable counter double-counting bug #4742)