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

feat: Limit stack level for traces #87

Open
fsbraun opened this issue Jul 23, 2024 · 0 comments
Open

feat: Limit stack level for traces #87

fsbraun opened this issue Jul 23, 2024 · 0 comments

Comments

@fsbraun
Copy link

fsbraun commented Jul 23, 2024

Feature

Add a setting to limit the maximum stack level for traces.

Rationale

When testing how requests scale, say with a number of model objects, traces can quickly become huge in size and potentially difficult to view or analyze.

Limiting the maximum stack level would reduce the size of the traces, but still allow identifying which functions or methods do not scale well.

In a second step, a trace with a smaller number of model objects and full stack depths can reveal optimization potential.

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

1 participant