-
Notifications
You must be signed in to change notification settings - Fork 61
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): add detector-resource-support dependencies #2559
Conversation
@@ -184,13 +185,15 @@ | |||
</dependency> | |||
<dependency> | |||
<groupId>io.opentelemetry</groupId> | |||
<artifactId>opentelemetry-api</artifactId> | |||
<artifactId>opentelemetry-bom</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect! Yes! I do also need the other detector-resources-support
dependency though. Do you think you can also add that in your PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we don't use detector-resources-support
, I think it's better to leave it in this PR. I'll let you know once we merged our Otel PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mutianf The PR is merged now, do you mind modifying this PR accordingly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated! However I noticed that the open telemetry version in shared-dependencies pom is already 1.36.0 but in gax it was still 1.35.0. I think we should update the version in gax :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The OpenTelemetry version in Gax should come from the same opentelemetry.version property, where did you find that it is still 1.35.0? In addition, I think we might be able to remove opentelemetry-bom
section from this pom because it is already declared in Gax?
/gcbrun |
|
|
🤖 I have created a release *beep* *boop* --- <details><summary>2.38.1</summary> ## [2.38.1](v2.38.0...v2.38.1) (2024-03-15) ### Bug Fixes * **deps:** add detector-resource-support dependencies ([#2559](#2559)) ([53f2c85](53f2c85)) * Update shopping and chat common protos. ([#2580](#2580)) ([f472756](f472756)) ### Dependencies * update google api dependencies ([#2582](#2582)) ([dd03d93](dd03d93)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Blake Li <blakeli@google.com>
b/329410901