fix(deps): update all opentelemetry-go-contrib packages #10565
Merged
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:
v0.52.0
->v0.53.0
v0.52.0
->v0.53.0
v1.27.0
->v1.28.0
v0.52.0
->v0.53.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/b3)
v1.28.0
: /v0.53.0/v0.22.0/v0.8.0/v0.3.0/v0.1.0Compare Source
Overview
Added
go.opentelemetry.io/contrib/detectors/azure/azurevm
package to provide a resource detector for Azure VMs. (#5422)go.opentelemetry.io/contrib/config
add support to configure periodic reader interval and timeout. (#5661)OTEL_GO_X_DEPRECATED_RUNTIME_METRICS=false
environment variable. (#5747)OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
,OTEL_EXPORTER_OTLP_LOGS_PROTOCOL
,OTEL_EXPORTER_OTLP_METRICS_PROTOCOL
) ingo.opentelemetry.io/contrib/exporters/autoexport
. (#5816)go.opentelemetry.io/contrib/processors/minsev
module is added.This module provides and experimental logging processor with a configurable threshold for the minimum severity records must have to be recorded. (#5817)
go.opentelemetry.io/contrib/processors/baggagecopy
module.This module is a replacement of
go.opentelemetry.io/contrib/processors/baggage/baggagetrace
. (#5824)Changed
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
with the usage ofWithAttributeSet()
instead ofWithAttribute()
. (#5664)go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
with the usage ofWithAttributeSet()
instead ofWithAttribute()
. (#5664)go.opentelemetry.io/contrib/config
to latest released configuration schema which introduces breaking changes whereAttributes
is now amap[string]interface{}
. (#5758)go.opentelemetry.io/otel/semconv/v1.25.0
togo.opentelemetry.io/otel/semconv/v1.26.0
. (#5847)Fixed
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
are not ignored anymore. (#5129)go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example
that caused duplicate traces. (#5564)response.WriteHeader
call ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
when the response writer is flushed. (#5634)c.FullPath()
method to sethttp.route
attribute ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
. (#5734)go.opentelemetry.io/contrib/propagators/b3
. (#5754)Deprecated
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
package is deprecated.If you would like to become a Code Owner of this module and prevent it from being removed, see #5550. (#5645)
go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
package is deprecated.If you would like to become a Code Owner of this module and prevent it from being removed, see #5552. (#5646)
go.opentelemetry.io/contrib/samplers/aws/xray
package is deprecated.If you would like to become a Code Owner of this module and prevent it from being removed, see #5554. (#5647)
go.opentelemetry.io/contrib/processors/baggage/baggagetrace
package is deprecated.Use the added
go.opentelemetry.io/contrib/processors/baggagecopy
package instead. (#5824)baggagecopy.NewSpanProcessor
as a replacement forbaggagetrace.New
.NewSpanProcessor
accepts aFitler
function type that selects which baggage members are added to a span.NewSpanProcessor
returns a*baggagecopy.SpanProcessor
instead of atrace.SpanProcessor
interface.The returned type still implements the interface.
What's Changed
835d969
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5622d264139
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5630d264139
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56314c93da0
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56627045d2e
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5651cc29c91
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5667a332354
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5668a332354
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5669f10a0f1
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56705315273
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5671cc29c91
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56735315273
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5672arrayEncoder
by @khushijain21 in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5652WithAttributeSet()
by @ash2k in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5664e229045
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/567423cca88
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56778d54ca1
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56852e977dd
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5689404ba88
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5695fd00a4e
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/56972f8e378
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5690cc29c91
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/569858cc8a4
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5708018d3b2
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/57104478db0
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5711cc29c91
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/57155e43887
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5716fc45aab
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5727ef581f9
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5726ef581f9
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5728c.FullPath()
to sethttp.route
attribute by @NeoCN in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5734a8a6208
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5751a8a6208
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/57527f521ea
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/576468d350f
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/577468d350f
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5775b456828
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5791dc46fd2
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5798dc46fd2
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5799SpanProcessor
ptr nottrace.SpanProcessor
frombaggagetrace.New
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5810baggagetrace.SpanProcessor
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5811baggagetrace
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5824f6361c8
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5828f6361c8
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/5829Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.