-
Notifications
You must be signed in to change notification settings - Fork 51
feat: add OpenTelemetry tracing #1568
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
921f14e
feat: add OpenTelemetry tracing
olavloite 0e2f270
Merge branch 'main' into open-telemetry-tracing
olavloite f8a03d6
chore: add copyright headers
olavloite b4b191a
chore: add deps + reset tracing for test
olavloite 7ca00f3
fix: ClassCastException in Spring Data JDBC sample
olavloite 1572c2c
Merge branch 'fix-class-cast-exception' into open-telemetry-tracing
olavloite 4c4b9ce
docs: add sample for OpenTelemetry
olavloite 27f3faa
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 03fb3ed
Merge branch 'main' into open-telemetry-tracing
olavloite c1318a6
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 10e1694
docs: update sample for OpenTelemetry
olavloite 666d97f
Merge branch 'open-telemetry-tracing' of github.com:googleapis/java-s…
olavloite 268ea3c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] ef39faf
test: check for credentials before setting up tracing
olavloite 0a544a8
Merge branch 'open-telemetry-tracing' of github.com:googleapis/java-s…
olavloite 2f7dbc6
chore: cleanup
olavloite a672228
chore: add enable flag for otel to sample app
olavloite fc5cc98
chore: add clirr diff
olavloite 95d331a
Merge branch 'main' into open-telemetry-tracing
olavloite 69be4a7
fix: add tracing prefix + more samples
olavloite 43a3e26
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] e1b75b3
chore: remove whitespace
olavloite 97dc64c
Merge branch 'open-telemetry-tracing' of github.com:googleapis/java-s…
olavloite 6fa2066
Merge branch 'main' into open-telemetry-tracing
olavloite 049996d
docs: update sample to use non-snapshot versions
olavloite 341e6ef
docs: update sample + add debugging guide
olavloite c74e4b7
chore: cleanup
olavloite 29dafa3
chore: actually use properties in example
olavloite 5f03633
docs: add link to tag sample
olavloite 44c60d8
docs: improve documentation based on review comments
olavloite 75aca55
Merge branch 'main' into open-telemetry-tracing
olavloite a454492
docs: clearify the names of the Spanner generated traces
olavloite File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
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.
Should we also
enableApiTracing
in the code snipperThere 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.
Added (although we need to wait for googleapis/java-spanner#3166 to be merged before we can use it here)