Releases: rach/pome
Releases · rach/pome
Minor Release including new features
This release includes a new metric and some new features:
- Add scheduler which supports cron format and others like @every, @hourly , @daily ....
- Add new metric to estimate transactions per second
- Fix Y Axis for bytes so the ticks and top are rounded value
- Add support for connection url eg:
pome postgres://username:password@hostname:port/database
- Refactor of the javascript code which generate chart to be more easy to extend
- Fix bug in the order of the bar chart to display oldest values first
Find pre-built binaries with this release.
Bug Fixes
This release includes some small bug fixes, typos, improvements:
- Added Infos about which index or table is the most bloated within the graph (#34)
- Makefile to build the frontend and backend of the project more easy as suggested by @DavidJFelix on #36
- Add missing favicon, mainly to avoid 404 #12
- Typos in the Readme. Thanks to @lym and @d0ugal
- Escape argument in the connection string as Postgres doc suggest
- Bump Go lang dependency from 1.4.2 to 1.5.2
- Fix title in the web app
- Refactor file organisation in web.go (#37). Thanks to @rlayte
- Add missing tests for web.go (#37). Thanks to @rlayte
Small Enhancements
Bug Fixes
This release mainly includes hot fixes:
- Fix bug when table bloat return value in floating point and scientific notation #22 #23
- Add new flag
-v
to display when the query are fetched for a better debugging #26 - Add new flag for web app port
-P
and use the current-p
for the database port #28
OS X binary attached
Bug Fixes
Initial Release
First version of Pome including the following metrics:
- Tables Bloat
- Indexes Bloat
- Database Size
- Indexes Size
- Tables Size
- Number of Connection