pawurb / ruby-pg-extras

Ruby PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
MIT License
124 stars 11 forks source link

Incorporating pg_stat_monitor support? #21

Closed skatkov closed 10 months ago

skatkov commented 10 months ago

I was wondering, if there are any plans or ideas to use pg_stat_monitor extension in this gem? Just from my rough research, it seems that a lot of data point seems similar, but there are quite a lot of useful datapoints on top.

More info could be found here: https://www.percona.com/blog/understand-your-postgresql-workloads-better-with-pg_stat_monitor/

pawurb commented 10 months ago

Currently I don't have such plans, but I'm always open to PRs.