Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0#1901

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 12, 2023
edited
Loading

Bumpsgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.25.0 to 0.46.0.

Changelog

Sourced fromgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's changelog.

[1.21.0/0.46.0/0.15.0/0.1.0] - 2023-11-10

Added

  • Add"go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher which sets custom fetcher implementation. (#4045)
  • Add"go.opentelemetry.io/contrib/config" package that includes configuration models generated via go-jsonschema. (#4376)
  • AddNewSDK function to"go.opentelemetry.io/contrib/config". The initial implementation only returns noop providers. (#4414)
  • Add metrics support (No-op, OTLP and Prometheus) togo.opentelemetry.io/contrib/exporters/autoexport. (#4229,#4479)
  • Add support forconsole span exporter and metrics exporter ingo.opentelemetry.io/contrib/exporters/autoexport. (#4486)
  • Set unit and description on all instruments ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#4500)
  • Add metric support forgrpc.StatsHandler ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#4356)
  • Expose the name of the scopes in all instrumentation libraries asScopeName. (#4448)

Changed

  • Dropped compatibility testing for [Go 1.19].The project no longer guarantees support for this version of Go. (#4352)
  • Upgrade dependencies of OpenTelemetry Go to use the newv1.20.0/v0.43.0 release. (#4546)
  • Ingo.opentelemetry.io/contrib/exporters/autoexport,Option was renamed toSpanOption. The old name is deprecated but continues to be supported as an alias. (#4229)

Deprecated

  • The interceptors (UnaryClientInterceptor,StreamClientInterceptor,UnaryServerInterceptor,StreamServerInterceptor,WithInterceptorFilter) are deprecated. Use stats handlers (NewClientHandler,NewServerHandler) instead. (#4534)

Fixed

  • Thego.opentelemetry.io/contrib/samplers/jaegerremote sampler does not panic when the default HTTP round-tripper (http.DefaultTransport) is not*http.Transport. (#4045)
  • TheUnaryServerInterceptor ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc now sets gRPC status code correctly for therpc.server.duration metric. (#4481)
  • TheNewClientHandler,NewServerHandler ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc now honorotelgrpc.WithMessageEvents options. (#4536)

[1.20.0/0.45.0/0.14.0] - 2023-09-28

Added

  • Set the description for therpc.server.duration metric ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#4302)
  • AddNewServerHandler andNewClientHandler that return agrpc.StatsHandler used for gRPC instrumentation ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#3002)
  • Add new Prometheus bridge module ingo.opentelemetry.io/contrib/bridges/prometheus. (#4227)

Changed

  • Upgrade dependencies of OpenTelemetry Go to use the newv1.19.0/v0.42.0/v0.0.7 release.
  • Usegrpc.StatsHandler for gRPC instrumentation ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/example. (#4325)

Removed

  • Thenet.sock.peer.* andnet.peer.* high cardinality attributes are removed from the metrics generated bygo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#4322)

[1.19.0/0.44.0/0.13.0] - 2023-09-12

Added

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotbot requested a review froma team as acode ownerNovember 12, 2023 16:07
@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update Go code labelsNov 12, 2023
@dependabotdependabotbotforce-pushed thedependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0 branch 2 times, most recently frome4f4575 tof3cb5a2CompareDecember 9, 2023 16:13
@matt0x6F
Copy link
Contributor

@dependabot rebase

@dependabotDependabot
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubFeb 9, 2024

Sorry, only users with push access can use that command.

matt0x6F reacted with thumbs down emoji

@nrwiersma
Copy link
Contributor

@dependabot rebase

dependabot[bot] and matt0x6F reacted with thumbs up emoji

@dependabotdependabotbotforce-pushed thedependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0 branch fromf3cb5a2 to3cdd1e1CompareFebruary 9, 2024 07:28
@matt0x6F
Copy link
Contributor

@dependabot recreate

dependabot[bot] reacted with thumbs up emoji

@dependabotdependabotbotforce-pushed thedependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0 branch from4f484c1 tofb29d2eCompareFebruary 19, 2024 02:45
@matt0x6F
Copy link
Contributor

I was seeing some weird build failures. I believe it was because dependabot wasn't upgrading all of the etcd packages. I've now made them the same version which also brought in a new package.

@matt0x6F
Copy link
Contributor

@dependabot rebase

dependabot[bot] reacted with thumbs up emoji

@dependabotDependabot
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubApr 29, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request@dependabot recreate.

dependabotbotand others added3 commitsApril 28, 2024 22:07
…pc/otelgrpcBumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.25.0 to 0.46.0.- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.25.0...zpages/v0.46.0)---updated-dependencies:- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc  dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>
@matt0x6Fmatt0x6Fforce-pushed thedependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0 branch fromc66b1ec to4449e87CompareApril 29, 2024 05:11
@matt0x6Fmatt0x6Fenabled auto-merge (squash)April 29, 2024 05:16
@matt0x6Fmatt0x6F added this to the0.14.0 milestoneApr 29, 2024
@matt0x6Fmatt0x6F merged commit7c1518d intomainApr 29, 2024
12 checks passed
@matt0x6Fmatt0x6F deleted the dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.46.0 branchApril 29, 2024 05:27
DrPsychick referenced this pull request in gomods/athens-chartsMay 2, 2024
[![MendRenovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)This PR contains the following updates:| Package | Update | Change ||---|---|---|| [gomods/athens](https://togithub.com/gomods/athens) | minor |`v0.13.3` -> `v0.14.0` |---### Release Notes<details><summary>gomods/athens (gomods/athens)</summary>### [`v0.14.0`](https://togithub.com/gomods/athens/releases/tag/v0.14.0)[CompareSource](https://togithub.com/gomods/athens/compare/v0.13.3...v0.14.0)#### What's Changed- update-go-pkg(deps): bump github.com/aws/aws-sdk-go from 1.44.220 to1.51.21 by [@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/gomods/athens/pull/1942](https://togithub.com/gomods/athens/pull/1942)- Add an introduction page as the home page by[@&#8203;matt0x6F](https://togithub.com/matt0x6F) in[https://github.com/gomods/athens/pull/1945](https://togithub.com/gomods/athens/pull/1945)- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by[@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/gomods/athens/pull/1946](https://togithub.com/gomods/athens/pull/1946)- Add logging configuration docs by[@&#8203;matt0x6F](https://togithub.com/matt0x6F) in[https://github.com/gomods/athens/pull/1952](https://togithub.com/gomods/athens/pull/1952)- Docs overhaul by [@&#8203;matt0x6F](https://togithub.com/matt0x6F) in[https://github.com/gomods/athens/pull/1954](https://togithub.com/gomods/athens/pull/1954)- Upgrade to AWS SDK v2([#&#8203;1938](https://togithub.com/gomods/athens/issues/1938)) by[@&#8203;nesangcode](https://togithub.com/nesangcode) in[https://github.com/gomods/athens/pull/1950](https://togithub.com/gomods/athens/pull/1950)- update-github-action(deps): bump golangci/golangci-lint-action from 4to 5 by [@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/gomods/athens/pull/1956](https://togithub.com/gomods/athens/pull/1956)- Bumpgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcfrom 0.25.0 to 0.46.0 by[@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/gomods/athens/pull/1901](https://togithub.com/gomods/athens/pull/1901)- update-go-pkg(deps): bump github.com/unrolled/secure from0.0.0-20181221173256-0d6b5bb13069 to 1.14.0 by[@&#8203;dependabot](https://togithub.com/dependabot) in[https://github.com/gomods/athens/pull/1955](https://togithub.com/gomods/athens/pull/1955)#### New Contributors- [@&#8203;nesangcode](https://togithub.com/nesangcode) made their firstcontribution in[https://github.com/gomods/athens/pull/1950](https://togithub.com/gomods/athens/pull/1950)**Full Changelog**:gomods/athens@v0.13.3...v0.14.0</details>---### 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 youare satisfied.♻ **Rebasing**: Whenever PR becomes conflicted, or you tick therebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this updateagain.---- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, checkthis box---This PR has been generated by [MendRenovate](https://www.mend.io/free-developer-tools/renovate/). Viewrepository job log[here](https://developer.mend.io/github/gomods/athens-charts).<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->---------Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: DrPsychick <drpsychick@drsick.net>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@nrwiersmanrwiersmanrwiersma approved these changes

@UllaakutUllaakutUllaakut approved these changes

@matt0x6Fmatt0x6Fmatt0x6F approved these changes

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filegoPull requests that update Go code
Projects
None yet
Milestone
0.14.0
Development

Successfully merging this pull request may close these issues.

3 participants
@matt0x6F@nrwiersma@Ullaakut

[8]ページ先頭

©2009-2025 Movatter.jp