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

Code refactoring around postgres versions. #89

Open alexeyklyukin opened 7 years ago

alexeyklyukin commented 7 years ago

Use PG version represented as an integer internally insteead of the float (float comparisons are imprecise). Instead of passing one version of the disk stat collector pass one version per each cluster (since wal directories are per cluster). Minor refactoring.

Fixes #88

alexeyklyukin commented 7 years ago

👍

alexeyklyukin commented 6 years ago

👍

spumer commented 6 years ago

Any updates?

avaczi commented 6 years ago

:+1: