Rig up a query-frequency analyzer with the most commonly seen callstack, including Jinja demangling.
This commit is contained in:
parent
6b55cc1f5b
commit
1437bc3092
6 changed files with 69 additions and 7 deletions
|
@ -26,7 +26,10 @@ CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]
|
|||
###################################################################
|
||||
# Dev container
|
||||
FROM release AS dev
|
||||
# we don't actually do anything different yet
|
||||
|
||||
# Install our tweaked sqlalchemy-easy-profile
|
||||
COPY thirdparty/sqlalchemy-easy-profile sqlalchemy-easy-profile
|
||||
RUN cd sqlalchemy-easy-profile && python3 setup.py install
|
||||
|
||||
|
||||
###################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue