Skip to content
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

More clever way to deal with infinite spans #12

Open
AndreiPashkin opened this issue Aug 29, 2020 · 0 comments
Open

More clever way to deal with infinite spans #12

AndreiPashkin opened this issue Aug 29, 2020 · 0 comments
Labels
enhancement New feature or request research

Comments

@AndreiPashkin
Copy link
Owner

Let's suppose there is a some kind of long running function with some top-level function running an infinite loop. This function would produce an infinite span in the profile data which doesn't make a lot of sense. Currently such cases are handled by level-stripping, but that requires manual input from the library user which is of course undesirable.

The task is to come up with a method to handle such infinite spans automagically somehow.

@AndreiPashkin AndreiPashkin added enhancement New feature or request research labels Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request research
Projects
None yet
Development

No branches or pull requests

1 participant