This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix telemetry span not entering properly attempt 3 #8043
Merged
Merged
Changes from 12 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5c2f3dc
Fix tracing tests (#8022)
bkchr 094fee8
Fix tracing spans are not being forwarded to spawned task (#8009)
bkchr a443b5c
Proper test for telemetry and prefix span
cecton 5448b94
WIP
cecton f52d1ea
Fix test (need to create & enter the span at the same time)
cecton 09ef926
WIP
cecton 6f42906
Remove telemtry_span from sc_service config
cecton 1b8d945
CLEANUP
cecton c2e1e37
Merge commit 30ec0bedf7b902b10188e9da8650c688aad23e1f (no conflict)
cecton 4f7f326
Merge commit 017a9a06b44c191d98ab76ccd4e021aea2d16e79 (conflicts)
cecton 60c02ef
Update comment
cecton d1381de
Incorrect indent
cecton fd5cfbb
Merge commit 169b16f67509366e8a0ceaf8022ec791e4b2eea7 (no conflict)
cecton 95e4742
More meaningful name
cecton 3d7adba
Dedent
cecton 34008ec
Naming XD
cecton c94bdc6
Attempt to make a more complete test
cecton 4d023d5
Merge commit 6105169c51344d3c1344532e2b5831804a4c7abd (no conflict)
cecton 17b2010
Merge commit a675f9a1551770d45bab35bc20cfe5a2663721a0 (conflicts)
cecton e7dae73
Merge commit 22441aa4bc40200cbd98503e6f44769dd39f7031 (no conflict)
cecton 35fa4c3
lint
cecton e4544c3
Missing licenses
cecton 4315639
Remove user data
cecton 86870f0
CLEANUP
cecton b7538be
Apply suggestions from code review
cecton 6d4b06b
CLEANUP
cecton 5705955
Apply suggestion
cecton 51738dd
Update bin/node/cli/tests/telemetry.rs
cecton d57c361
Wrapping lines
cecton 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
👍