-
Notifications
You must be signed in to change notification settings - Fork 1k
fix(deps): update opentelemetry-go-contrib monorepo #820
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/opentelemetry-go-contrib-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
Author
ℹ Artifact update noticeFile name: src/catalog/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
2a2f8ef to
bf57d82
Compare
bf57d82 to
caa1d95
Compare
1 task
b7a9c48 to
43a698b
Compare
43a698b to
061f989
Compare
6a29997 to
21b10c7
Compare
4580b5f to
99d5297
Compare
f4fe5a6 to
0d0ad7c
Compare
dac1af0 to
abc1282
Compare
abc1282 to
58b32bc
Compare
106034f to
2e26399
Compare
2e26399 to
8bf33f2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.34.0->v1.38.0v0.59.0->v0.63.0v1.34.0->v1.38.0Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/aws/ec2)
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/v2due to deprecation ofgithub.com/aws/aws-sdk-go. (#6961)nsto deprecated runtime metricsprocess.runtime.go.gc.pause_total_nsandprocess.runtime.go.gc.pause_nsingo.opentelemetry.io/contrib/instrumentation/runtime. (#7490)go.opentelemetry.io/contrib/detectors/autodetectpackage is added to automatically compose user definedresource.Detectors at runtime. (#7522)WithLoggerProviderOptions,WithMeterProviderOptionsandWithTracerProviderOptionsoptions toNewSDKto allow passing custom options to providers ingo.opentelemetry.io/contrib/otelconf. (#7552)SeverityTextfield to logrus hook ingo.opentelemetry.io/contrib/bridges/otellogrus. (#7553)WithTraceAttributeFnoption 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 /pathso it complies with the HTTP semantic conventions ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#7551)go.opentelemetry.io/otel/attribute.Valueandgo.opentelemetry.io/otel/log.Valuetypes to appropriatego.opentelemetry.io/otel/log.Valuetype instead oflog.StringValuein the modules below. (#7660)go.opentelemetry.io/contrib/bridges/otellogrgo.opentelemetry.io/contrib/bridges/otellogrusgo.opentelemetry.io/contrib/bridges/otelsloggo.opentelemetry.io/contrib/bridges/otelzapSeveritytype fromgo.opentelemetry.io/contrib/processors/minsevnow implements thefmt.Stringer,encoding.TextMarshaler,encoding.TextUnmarshaler,encoding.TextAppender,json.Marshaler, andjson.Unmarshalerinterfaces. (#7652)SeverityVartype fromgo.opentelemetry.io/contrib/processors/minsevnow implements thefmt.Stringer,encoding.TextMarshaler,encoding.TextUnmarshaler, andencoding.TextAppenderinterfaces. (#7652)go.opentelemetry.io/contrib/detectors/aws/lambda. (#7745)Severity.Severity()ingo.opentelemetry.io/contrib/processors/minsevnow returnslog.SeverityTrace1for severities less thanminsev.SeverityTrace1andlog.SeverityFatal4for severities greater thanminsev.SeverityFatal4instead oflog.SeverityUndefined. All other conversions are the same. (#7748)Fixed
go.opentelemetry.io/contrib/detectors/aws/ecs. (#7607)Deprecated
WithSpanOptionsingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcis deprecated. It is only used by the deprecated interceptor, and is unused byNewClientHandlerandNewServerHandler. (#7601)ExtractandInjectingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcare deprecated. These functions were initially exposed in the public API, but are now considered unnecessary. (#7689)go.opentelemetry.io/contrib/detectors/aws/ec2package is deprecated, usego.opentelemetry.io/contrib/detectors/aws/ec2/v2instead. (#7725)Removed
OTEL_SEMCONV_STABILITY_OPT_INenvironment 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/otelrestfulgo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmuxgo.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelechogo.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptracego.opentelemetry.io/contrib/instrumentation/net/http/otelhttpStreamClientInterceptorfunction fromgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcis removed. (#7646)What's Changed
e0c7552by @renovate[bot] in #7515af0a60aby @renovate[bot] in #7516d90c4fdby @renovate[bot] in #75242f1f772by @renovate[bot] in #75399bd5c66by @renovate[bot] in #75403e58ba0by @renovate[bot] in #75508d1bb00by @renovate[bot] in #7559SeverityTextfield to logrus hook by @huiyifyj in #7553detectors/autodetectpackage by @MrAlias in #75225a6bbb1by @renovate[bot] in #75628d8967aby @renovate[bot] in #75677130f93by @renovate[bot] in #7586542afb5by @renovate[bot] in #7593542afb5by @renovate[bot] in #7594645b1faby @renovate[bot] in #759796f361dby @renovate[bot] in #7602a45f3dfby @renovate[bot] in #76031581f0aby @renovate[bot] in #7626f173205by @renovate[bot] in #7627interface{}withanyby @flc1125 in #762428f32e4by @renovate[bot] in #76302d32026by @renovate[bot] in #7639otelgrpc.StreamClientInterceptorby @MrAlias in #7646a7a43d2by @renovate[bot] in #76619469f96by @renovate[bot] in #7669a408d31by @renovate[bot] in #7698a408d31by @renovate[bot] in #7699autodetectby @MrAlias in #7682copyloopvarandintrangelinters by @ash2k in #767508eba0bby @renovate[bot] in #77036b04f9bby @renovate[bot] in #7708minsevseverity by @MrAlias in #765251f8813by @renovate[bot] in #77145f3141cby @renovate[bot] in #77183122310by @renovate[bot] in #77630af2bdaby @renovate[bot] in #77685981deaby @renovate[bot] in #7777d4663adby @renovate[bot] in #7782minsevSeverity.Severity()conversion by @MrAlias in #7748c5933d9by @renovate[bot] in #779645bb4baby @renovate[bot] in [#7803](https://redirect.github.com/open-telemetry/openteleConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.