ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
794 stars 46 forks source link

Django tracing middleware/app #79

Open ionelmc opened 4 years ago

ionelmc commented 4 years ago

A django-debug-toolbar inspired middleware that allows one to configure tracing at runtime without restarts.

DRF should be a main usecase thus the 'html output appending' technique from DDT can't really be used.

Perhaps a special url /__hunter__/ url where you get a text input for the config and an output pane where any traces will appear.

Prerequisite: https://github.com/ionelmc/python-hunter/issues/54 (enough if html rendering is implemented).

ionelmc commented 4 years ago

Other considerations:

guettli commented 3 years ago

I like the idea very much. How to find a talented and motivated young developer who wants to do this?