FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: update otel integration to properly activate span context for lazy RPCs such as reads & writes pt.2 by BenWhitehead · Pull Request #3277 · googleapis/java-storage · GitHub

fix: update otel integration to properly activate span context for lazy RPCs such as reads & writes pt.2 - #3277

Merged
BenWhitehead merged 1 commit into
mainfrom
otel/span/propogation-2
Sep 4, 2025
Merged

fix: update otel integration to properly activate span context for lazy RPCs such as reads & writes pt.2#3277
BenWhitehead merged 1 commit into
mainfrom
otel/span/propogation-2

Conversation

Copy link
Copy Markdown
Collaborator

The initial attempt at this could leak scope and result in new spans being nested incorrectly. This approach attempts to be less clever, but bounds all scopes so there isn't any leaking.

Leaked spans in v2.56.0

Fixed spans after this PR

Followup to #3255

…zy RPCs such as reads & writes

The initial attempt at this could leak scope and result in new spans being nested incorrectly. This approach attempts to be less clever, but bounds all scopes so there isn't any leaking.

Followup to #3255
BenWhitehead requested a review from a team September 4, 2025 18:50
product-auto-label Bot added size: m Pull request size is medium. api: storage Issues related to the googleapis/java-storage API. labels Sep 4, 2025
BenWhitehead merged commit 3240f67 into main Sep 4, 2025
25 checks passed
BenWhitehead deleted the otel/span/propogation-2 branch September 4, 2025 19:40
This file contains hidden or 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
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


Back | FazBrowse Home | New Git URL