-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix(deps): update module go.opentelemetry.io/contrib/propagators/b3 to v1.20.0 #2143
Merged
app-autoscaler-ci-bot
merged 2 commits into
main
from
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
Oct 5, 2023
Merged
fix(deps): update module go.opentelemetry.io/contrib/propagators/b3 to v1.20.0 #2143
app-autoscaler-ci-bot
merged 2 commits into
main
from
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
Oct 5, 2023
Conversation
This file contains 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
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: src/acceptance/assets/app/go_app/go.sum
|
renovate
bot
force-pushed
the
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
branch
17 times, most recently
from
September 20, 2023 07:30
c992f45
to
565aec8
Compare
renovate
bot
force-pushed
the
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
branch
9 times, most recently
from
September 22, 2023 05:46
8994927
to
c59fa45
Compare
renovate
bot
force-pushed
the
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
branch
from
September 29, 2023 01:08
cbe17fa
to
886f0ab
Compare
renovate
bot
changed the title
fix(deps): update module go.opentelemetry.io/contrib/propagators/b3 to v1.19.0
fix(deps): update module go.opentelemetry.io/contrib/propagators/b3 to v1.20.0
Sep 29, 2023
renovate
bot
force-pushed
the
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
branch
5 times, most recently
from
September 29, 2023 12:32
70b0516
to
05610f4
Compare
renovate
bot
force-pushed
the
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
branch
14 times, most recently
from
October 5, 2023 11:27
255d5e6
to
aba5724
Compare
renovate
bot
force-pushed
the
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
branch
from
October 5, 2023 12:12
547c2ab
to
50235b1
Compare
Kudos, SonarCloud Quality Gate passed! |
silvestre
approved these changes
Oct 5, 2023
app-autoscaler-ci-bot
deleted the
renovate/go.opentelemetry.io-contrib-propagators-b3-1.x
branch
October 5, 2023 16:44
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.
This PR contains the following updates:
v1.18.0
->v1.20.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/b3)
v1.20.0
: /v0.45.0/v0.14.0Compare Source
Added
rpc.server.duration
metric ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#4302)NewServerHandler
andNewClientHandler
that return agrpc.StatsHandler
used for gRPC instrumentation ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#3002)go.opentelemetry.io/contrib/bridges/prometheus
. (#4227)Changed
v1.19.0
/v0.42.0
/v0.0.7
release.grpc.StatsHandler
for gRPC instrumentation ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/example
. (#4325)New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.19.0...v1.20.0
v1.19.0
: /v0.44.0/v0.13.0Compare Source
Added
gcp.gce.instance.name
andgcp.gce.instance.hostname
resource attributes togo.opentelemetry.io/contrib/detectors/gcp
. (#4263)Changed
go.opentelemetry.io/contrib/detectors/aws/ec2
have been upgraded to v1.21.0. (#4265)go.opentelemetry.io/contrib/detectors/aws/ecs
have been upgraded to v1.21.0. (#4265)go.opentelemetry.io/contrib/detectors/aws/eks
have been upgraded to v1.21.0. (#4265)go.opentelemetry.io/contrib/detectors/aws/lambda
have been upgraded to v1.21.0. (#4265)go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda
have been upgraded to v1.21.0. (#4265)faas.execution
attribute is nowfaas.invocation_id
.faas.id
attribute is nowaws.lambda.invoked_arn
.go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
have been upgraded to v1.21.0. (#4265)http.request.method
attribute will only allow known HTTP methods from the metrics generated bygo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (#4277)Removed
net.sock.peer.addr
,net.sock.peer.port
,http.user_agent
,enduser.id
, andhttp.client_ip
were removed from the metrics generated bygo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (#4277)go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego
module is removed. (#4295)go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit
module is removed. (#4295)go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama/otelsarama
module is removed. (#4295)go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache
module is removed. (#4295)go.opentelemetry.io/contrib/instrumentation/github.com/gocql/gocql/otelgocql
module is removed. (#4295)New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.18.0...v1.19.0
Configuration
📅 Schedule: Branch creation - "after 1am and before 7am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.