You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: