-
Notifications
You must be signed in to change notification settings - Fork 2
Tracing Feature #96
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
Tracing Feature #96
Conversation
update tracing branch
|
Once genetic-rs is updated, I can finish this PR. |
|
Might want to add a trait that requires |
|
Some of these spans are probably unnecessary, might remove them later. For now I need to add some debug printing. |
|
I think I might just add a lot of this debug printing while I'm actually debugging, since at least I know then it'll be practical and not just a bunch of spam. |
|
might want to add a way to debug the current activation registry, right now it's |
|
also some of these instruments/spans are probably unnecessary because no events are being fired in them, but I don't really know if I want to remove them because they could be useful for debugging in the future. |
|
I think for now I'll just merge this and deal with that stuff later. |
Add a tracing feature for better debugging.