feat: add Otel Tracing helpers and tests - #9070
Open
shivanee-p wants to merge 5 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a new helper file TracerHelper.ts to support observability tracing, defining context interfaces and helper functions. The review feedback points out a syntax error where backticks are used instead of single quotes for an import statement, as well as an unused import dependency.
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 4, 2026 01:55
200ed4b to
a70e4f5
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 4, 2026 03:30
a70e4f5 to
2bd856a
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 14, 2026 20:55
2bd856a to
dc03a0f
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
4 times, most recently
from
August 19, 2026 23:47
1ba8104 to
4b2e518
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 19, 2026 23:53
4b2e518 to
7f55830
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 19, 2026 23:56
7f55830 to
b63ecf8
Compare
shivanee-p
marked this pull request as ready for review
August 20, 2026 00:08
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 20, 2026 19:36
d290c39 to
c4c4c5f
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
2 times, most recently
from
August 20, 2026 22:53
36f1f13 to
7871ea1
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 21, 2026 18:46
7871ea1 to
f5c6b35
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 21, 2026 19:26
f5c6b35 to
46a6647
Compare
shivanee-p
force-pushed
the
shivaneep-o11y-tracer-helper
branch
from
August 21, 2026 21:34
46a6647 to
c537e56
Compare
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces OpenTelemetry tracing helpers, trace context definitions, and a test harness in google-gax to support API call tracing across Google Cloud Node.js client libraries.