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

Please add stack level of method #86

Open
stecydube opened this issue Jul 16, 2019 · 2 comments
Open

Please add stack level of method #86

stecydube opened this issue Jul 16, 2019 · 2 comments

Comments

@stecydube
Copy link

It would be nice to have the current stack level number (deepness) of the method.

I envision a way to use this information to build a call graph tree somehow.

@csnemes
Copy link
Owner

csnemes commented Jul 26, 2019

Do you mean in a recursive call? As this information is not static, you cannot weave it into the method. I think the logger adapter has to take care of it somehow.

@ndrwrbgs
Copy link

ndrwrbgs commented Nov 3, 2019

@stecydube You might want to look at https://github.com/ndrwrbgs/Tracer.OpenTracing.Fody - using the signals this library already gives paired with the standards from OpenTracing allows us to get full call graphs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants