fix(deps): update opentelemetry-go-contrib monorepo #626
+104
−33
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
v1.28.0
->v1.38.0
v0.0.1
->v0.10.0
v1.36.0
->v1.38.0
v0.45.0
->v0.63.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/detectors/aws/eks)
v1.38.0
: /v2.0.0/v0.63.0/v0.32.0/v0.18.0/v0.13.0/v0.11.0/v0.10.0Compare Source
Overview
This release is the last to support Go 1.23. The next release will require at least Go 1.24.
Added
go.opentelemetry.io/contrib/detectors/aws/ec2/v2
due to deprecation ofgithub.com/aws/aws-sdk-go
. (#6961)ns
to deprecated runtime metricsprocess.runtime.go.gc.pause_total_ns
andprocess.runtime.go.gc.pause_ns
ingo.opentelemetry.io/contrib/instrumentation/runtime
. (#7490)go.opentelemetry.io/contrib/detectors/autodetect
package is added to automatically compose user definedresource.Detector
s at runtime. (#7522)WithLoggerProviderOptions
,WithMeterProviderOptions
andWithTracerProviderOptions
options toNewSDK
to allow passing custom options to providers ingo.opentelemetry.io/contrib/otelconf
. (#7552)SeverityText
field to logrus hook ingo.opentelemetry.io/contrib/bridges/otellogrus
. (#7553)WithTraceAttributeFn
option togo.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda
. (#7556)go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
. (#7668)Changed
GET /path
so it complies with the HTTP semantic conventions ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
. (#7551)go.opentelemetry.io/otel/attribute.Value
andgo.opentelemetry.io/otel/log.Value
types to appropriatego.opentelemetry.io/otel/log.Value
type instead oflog.StringValue
in the modules below. (#7660)go.opentelemetry.io/contrib/bridges/otellogr
go.opentelemetry.io/contrib/bridges/otellogrus
go.opentelemetry.io/contrib/bridges/otelslog
go.opentelemetry.io/contrib/bridges/otelzap
Severity
type fromgo.opentelemetry.io/contrib/processors/minsev
now implements thefmt.Stringer
,encoding.TextMarshaler
,encoding.TextUnmarshaler
,encoding.TextAppender
,json.Marshaler
, andjson.Unmarshaler
interfaces. (#7652)SeverityVar
type fromgo.opentelemetry.io/contrib/processors/minsev
now implements thefmt.Stringer
,encoding.TextMarshaler
,encoding.TextUnmarshaler
, andencoding.TextAppender
interfaces. (#7652)go.opentelemetry.io/contrib/detectors/aws/lambda
. (#7745)Severity.Severity()
ingo.opentelemetry.io/contrib/processors/minsev
now returnslog.SeverityTrace1
for severities less thanminsev.SeverityTrace1
andlog.SeverityFatal4
for severities greater thanminsev.SeverityFatal4
instead oflog.SeverityUndefined
. All other conversions are the same. (#7748)Fixed
go.opentelemetry.io/contrib/detectors/aws/ecs
. (#7607)Deprecated
WithSpanOptions
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
is deprecated. It is only used by the deprecated interceptor, and is unused byNewClientHandler
andNewServerHandler
. (#7601)Extract
andInject
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
are deprecated. These functions were initially exposed in the public API, but are now considered unnecessary. (#7689)go.opentelemetry.io/contrib/detectors/aws/ec2
package is deprecated, usego.opentelemetry.io/contrib/detectors/aws/ec2/v2
instead. (#7725)Removed
OTEL_SEMCONV_STABILITY_OPT_IN
environment variable as well as support for semantic conventions v1.20.0 in the modules below. (#7584)go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
StreamClientInterceptor
function fromgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
is removed. (#7646)What's Changed
e0c7552
by @renovate[bot] in #7515af0a60a
by @renovate[bot] in #7516d90c4fd
by @renovate[bot] in #75242f1f772
by @renovate[bot] in #75399bd5c66
by @renovate[bot] in #75403e58ba0
by @renovate[bot] in #75508d1bb00
by @renovate[bot] in #7559SeverityText
field to logrus hook by @huiyifyj in #7553detectors/autodetect
package by @MrAlias in #75225a6bbb1
by @renovate[bot] in #75628d8967a
by @renovate[bot] in #75677130f93
by @renovate[bot] in #7586542afb5
by @renovate[bot] in #7593542afb5
by @renovate[bot] in #7594645b1fa
by @renovate[bot] in #759796f361d
by @renovate[bot] in #7602a45f3df
by @renovate[bot] in #76031581f0a
by @renovate[bot] in #7626f173205
by @renovate[bot] in #7627interface{}
withany
by @flc1125 in #762428f32e4
by @renovate[bot] in #76302d32026
by @renovate[bot] in #7639otelgrpc.StreamClientInterceptor
by @MrAlias in #7646a7a43d2
by @renovate[bot] in #76619469f96
by @renovate[bot] in #7669a408d31
by @renovate[bot] in #7698a408d31
by @renovate[bot] in #7699autodetect
by @MrAlias in #7682copyloopvar
andintrange
linters by @ash2k in #767508eba0b
by @renovate[bot] in #77036b04f9b
by @renovate[bot] in #7708minsev
severity by @MrAlias in #765251f8813
by @renovate[bot] in #77145f3141c
by @renovate[bot] in #77183122310
by @renovate[bot] in #77630af2bda
by @renovate[bot] in #77685981dea
by @renovate[bot] in #7777d4663ad
by @renovate[bot] in #7782minsev
Severity.Severity()
conversion by @MrAlias in #7748c5933d9
by @renovate[bot] in #7796Configuration
📅 Schedule: Branch creation - "before 8am on Monday" (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 was generated by Mend Renovate. View the repository job log.