-
Notifications
You must be signed in to change notification settings - Fork 192
feat(go/adbc): prototype OpenTelemetry trace file exporter in go driver #2729
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
lidavidm
merged 41 commits into
apache:main
from
birschick-bq:dev/birschick-bq/go-otel-tracing
May 14, 2025
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
16044cc
feat(go/adbc): prototype OpenTelemetry rotating trace file exporter
birschick-bq c585e89
Merge branch 'main' into dev/birschick-bq/go-otel-tracing
birschick-bq f16349a
Merge branch 'main' into dev/birschick-bq/go-otel-tracing
birschick-bq 9e552d0
corrected lint issue
birschick-bq 9bc88dd
corrected lint issues
birschick-bq 27a6f12
improved instantiation
birschick-bq 972f7a6
Handle exporter environment variable. Implement in base classes.
birschick-bq b282bb0
Correct lint issues.
birschick-bq ec140ee
More lint issues
birschick-bq 766b191
Remove rotating file writer
birschick-bq dfa67f2
Small formatting improvements
birschick-bq 706924c
Refactor InitTracer to database, instead of connection
birschick-bq fe248aa
Created driverbase.statement for implementing OTelTracing as a base c…
birschick-bq b9c9300
Simplify connection
birschick-bq 317d056
Increased instrumentation example
birschick-bq a274a21
Corrected lint issue
birschick-bq 2539a33
Merge branch 'main' into dev/birschick-bq/go-otel-tracing
birschick-bq ef3e25f
Attempt to correct 'bad file descriptor' test error
birschick-bq f2ba0a1
Correctly implemented file re-use
birschick-bq 7c6fb51
Fixed file size test
birschick-bq 1d79b0c
Revert inadvertant change on c#
birschick-bq 8ac79df
Updates for code review comments
birschick-bq 06c9884
Fix lint issues
birschick-bq 591a639
Fix lint issues
birschick-bq 86ff8ab
Fix empty traces exporter
birschick-bq 89e31ed
Fix directory permissions on Linux
birschick-bq 32c533d
Resolve more review comments
birschick-bq 9615b50
Resolve more reviev comments
birschick-bq 95b416d
Add NewDatabaseWithContext and two review comments
birschick-bq 35613cd
remove extraneous file
birschick-bq 0da4874
refactor methods with context to revert breaking change
birschick-bq 038bd9b
code review updates
birschick-bq 5b52eb3
code review updates
birschick-bq 4bdc7c8
some more code review updates
birschick-bq 762fb21
unit test for GetSetTraceParent
birschick-bq 07ae106
code review changes
birschick-bq 6a11233
remove unit test for validating trace parent
birschick-bq d6745ae
Merge branch 'main' into dev/birschick-bq/go-otel-tracing
birschick-bq b4cf69a
Merge branch 'main' into dev/birschick-bq/go-otel-tracing
birschick-bq 5a72e2d
Merge branch 'main' into dev/birschick-bq/go-otel-tracing
birschick-bq 705a3bf
Mark telemetry options with EXPERIMENTAL in go docs comments
birschick-bq 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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.