-
Notifications
You must be signed in to change notification settings - Fork 103
Go: Add otel support #3932
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
Go: Add otel support #3932
Changes from 24 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fd9e8bc
Go: Add otel support
tjzhang-BQ 01a9bd8
adding standalone test cases
tjzhang-BQ 5fe738d
adding command name detection and remaining tests & changelog
tjzhang-BQ 00876ef
update to use the new package names
tjzhang-BQ 9242d86
add None check to command getting
tjzhang-BQ dd6dffb
add sleep in not renitialize test to wait for span flush
tjzhang-BQ 63f5e93
single out OpentelemetryTestSuite
tjzhang-BQ 2c60520
update makefile
tjzhang-BQ 00fb9db
address comments
tjzhang-BQ b38ffb7
add batch support
tjzhang-BQ bba0cd7
add cstring free function
tjzhang-BQ e3ff82f
address comments on concurrency and memory management
tjzhang-BQ 77b6016
move otel to internal new package
tjzhang-BQ fed117b
update cstring error message
tjzhang-BQ 589e795
comment addressing part 1
tjzhang-BQ 9c37e4a
rust linter
tjzhang-BQ 3a54d30
comment addressing part 2
tjzhang-BQ 0fbc9bf
adding defer for drop span
tjzhang-BQ 6103482
change back spanptr typing
tjzhang-BQ 0ac3fe1
add error value for client creation
tjzhang-BQ 120f201
revert change
tjzhang-BQ 9be36de
add pinner for pointer passing of otel sub structs
tjzhang-BQ 722be4d
rust doc fix
tjzhang-BQ 887e8d1
addressing lib.rs comments
tjzhang-BQ 471d2d9
adding Optional note to FlushIntervalMs example
tjzhang-BQ 6248364
adding notes and sample% check
tjzhang-BQ ab10f2f
return error for repeated init() call
tjzhang-BQ 6bd603a
update test case
tjzhang-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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,6 +176,7 @@ fn execute_command( | |
args_len_ptr, | ||
route_bytes, | ||
route_len, | ||
0, | ||
) | ||
}; | ||
if command_res_ptr.is_null() { | ||
|
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.