-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add tracing support #20
Merged
Merged
Conversation
This file contains 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
8f8b798
to
687c0d0
Compare
Signed-off-by: Will Killian <[email protected]>
687c0d0
to
4c29e6e
Compare
Signed-off-by: Will Killian <[email protected]>
80c6e9e
to
dfef2bc
Compare
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
mbrobbel
reviewed
Apr 2, 2024
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.
Very cool!
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
Signed-off-by: Will Killian <[email protected]>
6fb2018
to
8871754
Compare
Signed-off-by: Will Killian <[email protected]>
8871754
to
d38cd37
Compare
mbrobbel
approved these changes
Apr 2, 2024
Signed-off-by: Will Killian <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
tracing
module (includingNvtxLayer
)RegisteredString
within a domain context. Whenever a builder is used, we will always convert toRegisteredString
.domain::EventAttributesBuilder::category_name
Screenshot of example/tracing.rs output:
![Screenshot of example/tracing.rs output](https://private-user-images.githubusercontent.com/2007799/318807976-bb6bd253-8d09-4cc6-87ea-1e814554c90c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjQzNjQsIm5iZiI6MTczOTAyNDA2NCwicGF0aCI6Ii8yMDA3Nzk5LzMxODgwNzk3Ni1iYjZiZDI1My04ZDA5LTRjYzYtODdlYS0xZTgxNDU1NGM5MGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMTQxNDI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTc3NmUxM2VmOWU1NzczMWM5OWNlYjdhOGYxYzQ3Mzg2YTQyNTNiZjczM2ViZTEyY2ExZjViYTdiODI0YThiMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.4Z5bdd-K6zY5JmwmIXB_fKgJwYDWcJrKpi_y3UNPtZc)