Skip to content
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

feat: Instrument gRPC downloadTo and Copy #2818

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

sydney-munro
Copy link
Collaborator

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the samples format.

@sydney-munro sydney-munro requested a review from a team as a code owner November 18, 2024 18:31
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the googleapis/java-storage API. labels Nov 18, 2024
@@ -698,56 +700,66 @@ public Blob compose(ComposeRequest composeRequest) {

@Override
public CopyWriter copy(CopyRequest copyRequest) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a confusing diff but basically the try,catch and finally block are new and the rest has been indented within the try block unchanged.

@@ -109,7 +115,7 @@ public void runReadAllBytes() {
}

@Test
public void createFrom() throws IOException {
public void runCreateFrom() throws IOException {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed for continuity of naming for the rest of the tests, unrelated.

@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels Nov 18, 2024
@sydney-munro sydney-munro merged commit 57aeade into otel-v1-branch Nov 18, 2024
17 checks passed
@sydney-munro sydney-munro deleted the download-to-copy branch November 18, 2024 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants