Release v1.22.0/v0.45.0#4821
Merged
Merged
Conversation
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
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.
Added
go.opentelemetry.io/otel/semconv/v1.22.0package.The package contains semantic conventions from the
v1.22.0version of the OpenTelemetry Semantic Conventions. (Add semconv v1.22.0 #4735)go.opentelemetry.io/otel/semconv/v1.23.0package.The package contains semantic conventions from the
v1.23.0version of the OpenTelemetry Semantic Conventions. (Add semconv/v1.23.0 #4746)go.opentelemetry.io/otel/semconv/v1.23.1package.The package contains semantic conventions from the
v1.23.1version of the OpenTelemetry Semantic Conventions. (Add semconv/v1.23.1 #4749)go.opentelemetry.io/otel/semconv/v1.24.0package.The package contains semantic conventions from the
v1.24.0version of the OpenTelemetry Semantic Conventions. (Add semconv v1.24.0 #4770)WithResourceAsConstantLabelsoption 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)
NewMemberRawandNewKeyValuePropertyRawingo.opentelemetry.io/otel/baggage. (baggage: Add NewMemberRaw and NewKeyValuePropertyRaw #4804)Changed
go.opentelemetry.io/otel/semconvto usev1.24.0. (Upgrade use of semconv to v1.24.0 #4754)go.opentelemetry.io/otel/exporters/zipkinto followv1.19.0version 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/baggageperformance. (baggage: Improve performance #4743)(*Set).Filtermethod ingo.opentelemetry.io/otel/attributewhen the passed filter does not filter out any attributes from the set. (Optimize(attribute.Set).Filterfor no filtered case #4774)Member.Stringingo.opentelemetry.io/otel/baggagepercent-encodes only when necessary. (baggage: Member.String encodes only when necessary #4775)Property.Valueingo.opentelemetry.io/otel/baggagenow returns a raw string instead of a percent-encoded value. (baggage: Add NewMemberRaw and NewKeyValuePropertyRaw #4804)Fixed
Parseingo.opentelemetry.io/otel/baggageto validate member value before percent-decoding. (baggage: Fix Parse to validate member value before percent-decoding #4755)Member.Stringingo.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/opentracingto 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)