-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add tracing #36
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
Draft
giortzisg
wants to merge
27
commits into
main
Choose a base branch
from
tracing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d533931
add tracing
giortzisg cef1309
wip
giortzisg 006250d
remove traceHeaders from API
giortzisg 3396f28
Merge branch 'main' into tracing
lcian 063a03d
Merge branch 'main' into tracing
giortzisg cd51fca
fix formatting issues
giortzisg 30a3270
Merge branch 'main' into tracing
giortzisg 8bc4169
fix transactionFromHeader
giortzisg 551c7e1
Merge remote-tracking branch 'origin/tracing' into tracing
giortzisg d44562e
refactor transaction logic
giortzisg 1f6340f
refactor logic to use Span type
giortzisg 17ee5c5
misc fixes
giortzisg 1c61ccb
Merge branch 'main' into tracing
giortzisg ac6a601
fix formatting
giortzisg 36994aa
use Span type
giortzisg a9e6e03
add tracing tests
giortzisg cb6b894
sample correctly based on clientOptions
giortzisg a4d0d0d
fix memory leaks
giortzisg 8a60948
add tracing example
giortzisg 411e8cc
fix sampling decision
giortzisg 4cb6b7d
fix formatting
giortzisg 745793a
fix leaks
giortzisg 3653156
fix overlapping spans
giortzisg 7523d5a
Merge branch 'main' into tracing
giortzisg fca8c3e
fix scopeManager deinit
giortzisg 7d30940
safeguard empty dsn
giortzisg 39980a4
Merge branch 'main' into tracing
giortzisg 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
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.
implement span streaming and span first pls