zalando / pg_view

Get a detailed, real-time view of your PostgreSQL database and system metrics
https://pypi.python.org/pypi/pg-view
Other
496 stars 49 forks source link

feature idea - displaying hostname #57

Open michalgutkowski opened 8 years ago

michalgutkowski commented 8 years ago

hi, I couldn't find that feature, but it would be useful to display client hostname/ip for the process... is that possible?

alexeyklyukin commented 8 years ago

Hi, no, at the moment hostname/ip is not displayed. It can be added relatively easily (hack PGStatCollector to show the information obtained from pt_stat_activity), but will not be included in the master until there is a way to customize which fields from the pg_stat_activity to show.

LappleApple commented 7 years ago

@alexeyklyukin Hey, this issue's from May 2016; can we close it? Or add a label?

LappleApple commented 7 years ago

@alexeyklyukin Trying again on my last question

alexeyklyukin commented 7 years ago

@LappleApple makes sense, thanks, I've added a label.