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: OpenTelemetry Trace Support #2837

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open

feat: OpenTelemetry Trace Support #2837

wants to merge 24 commits into from

Conversation

sydney-munro
Copy link
Collaborator

Introducing OpenTelemetry Tracing on Media Operations.

The following media operations have been instrumented:

create(BlobInfo, BlobTargetOption...): Blob
create(BlobInfo, byte[], BlobTargetOption...): Blob
create(BlobInfo, byte[], int, int, BlobTargetOption...): Blob
readAllBytes(BlobId, BlobSourceOption...): byte[]
readAllBytes(String, String, BlobSourceOption...): byte[]
reader(BlobId, BlobSourceOption...): ReadChannel
reader(String, String blob, BlobSourceOption...): ReadChannel
writer(BlobInfo, BlobWriteOption...): WriteChannel
createFrom(BlobInfo, InputStream, BlobWriteOption...) throws IOException: Blob
createFrom(BlobInfo, InputStream, int, BlobWriteOption...) throws IOException: Blob
createFrom(BlobInfo, Path, BlobWriteOption...) throws IOException: Blob
createFrom(BlobInfo, Path, int, BlobWriteOption...) throws IOException: Blob
downloadTo(BlobInfo, Path, BlobSourceOptions...): Blob
downloadTo(BlobInfo, InputStream, BlobSourceOptions...): Blob
Copy()

@sydney-munro sydney-munro requested review from a team as code owners December 6, 2024 22:02
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: storage Issues related to the googleapis/java-storage API. labels Dec 6, 2024
@BenWhitehead BenWhitehead added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 9, 2024
@sydney-munro sydney-munro added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2024
@sydney-munro sydney-munro removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 17, 2024
@sydney-munro sydney-munro added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2024
@googleapis googleapis deleted a comment from generated-files-bot bot Dec 17, 2024
@sydney-munro sydney-munro changed the title Feat: OpenTelemetry Trace Support feat: OpenTelemetry Trace Support Dec 17, 2024
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: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants