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
Is there some possibility existing with some "smart" and small "tweaks" to extend / wrap the application to be able to add the metrics of flask without big rework of the main code of the application ?
Any help / hint how to do it with application would be REALLY great.
The text was updated successfully, but these errors were encountered:
Hi to the round,
i am no developer .. i directly need so say.
I am starting the evolve to a DevOps engeneer and need to extend things to make it better.
Currently we use pgadmin4 .. which is a flask .. gunicorn docker container we run.
https://github.com/pgadmin-org/pgadmin4
It uses this command to start gunicorn
https://github.com/pgadmin-org/pgadmin4/blob/master/pkg/docker/entrypoint.sh#L95
And it uses this for gunicorn config
https://github.com/pgadmin-org/pgadmin4/blob/master/pkg/docker/gunicorn_config.py
And the startup happens where
https://github.com/pgadmin-org/pgadmin4/blob/master/pkg/docker/run_pgadmin.py
pgadmin4 app itself is located here:
https://github.com/pgadmin-org/pgadmin4/blob/master/web/pgAdmin4.py
Is there some possibility existing with some "smart" and small "tweaks" to extend / wrap the application to be able to add the metrics of flask without big rework of the main code of the application ?
Any help / hint how to do it with application would be REALLY great.
The text was updated successfully, but these errors were encountered: