Replies: 2 comments
-
|
It can be a make pgtop target. To launch it it can be a docker/tools.yaml docker file with tools to launch manually (it should be used along with base docker files defined in COMPOSE_FILE variable). (prefered one) or a pgtop docker container in the right network and pointing at the right address. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
An even simpler way is to publish docker ports so that it is accessible on localhost @john-gom, I did it in prod (with a small edit directly in prod), to let @cquest analyze requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's very handy to be able to use pgtop even on a production database to see what's going on.
Add a simple way to launch pgtop.
Beta Was this translation helpful? Give feedback.
All reactions