-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Feature request] Tracking of Django management commands #34
Comments
by tracked I mean show up in sidebar, see performance details, variables, etc... |
@caleb15 I have good news. Tracing things other than requests (like management commands, tests, and also small blocks of code) has been in the works for months and we officially support it as of the v2 release a few weeks ago. You should be able to do We're in the process of improving our docs, but there's a bit more context here: https://docs.kolo.app/en/latest/kolo-run.html We also now have a |
Thanks for this, I was able to use this as a workaround 🙂 . I enabled the function I was looking for and just ran the management command normally. The function appeared in Kolo, and the massive frame count was significantly reduced down to 5962. The performance of the visualizer is workable now, although still slow. It's really cool to see all the calls in the visualizer. |
At 15Five we have a ton of django management commands, it would be cool if they were also tracked so we could use Kolo to better understand the code behind the command.
The text was updated successfully, but these errors were encountered: