fix(deps): update opentelemetry-go monorepo to v1.22.0 #211
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.
This PR contains the following updates:
v1.21.0
->v1.22.0
v1.21.0
->v1.22.0
v1.21.0
->v1.22.0
Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.22.0
: /v0.45.0Compare Source
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. (#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. (#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. (#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. (#4770)WithResourceAsConstantLabels
option to apply resource attributes for every metric emitted by the Prometheus exporter. (#4733)See metric documentation for more information about this feature and how to enable it. (#4457)
NewMemberRaw
andNewKeyValuePropertyRaw
ingo.opentelemetry.io/otel/baggage
. (#4804)Changed
go.opentelemetry.io/otel/semconv
to usev1.24.0
. (#4754)go.opentelemetry.io/otel/exporters/zipkin
to followv1.19.0
version of the OpenTelemetry specification. (#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
). (#4671)go.opentelemetry.io/otel/trace.TraceState
's performance. (#4722)go.opentelemetry.io/otel/propagation.TraceContext
's performance. (#4721)go.opentelemetry.io/otel/baggage
performance. (#4743)(*Set).Filter
method ingo.opentelemetry.io/otel/attribute
when the passed filter does not filter out any attributes from the set. (#4774)Member.String
ingo.opentelemetry.io/otel/baggage
percent-encodes only when necessary. (#4775)Property.Value
ingo.opentelemetry.io/otel/baggage
now returns a raw string instead of a percent-encoded value. (#4804)Fixed
Parse
ingo.opentelemetry.io/otel/baggage
to validate member value before percent-decoding. (#4755)Member.String
ingo.opentelemetry.io/otel/baggage
. (#4756)go.opentelemetry.io/otel/bridge/opentracing
. (#4776)go.opentelemetry.io/otel/bridge/opentracing
to properly handle baggage values that requires escaping during propagation. (#4804)go.opentelemetry.io/otel/sdk/metric
. (#4742)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.