This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Fix PostgreSQL Integer Logging
The Postgres integration was crashing or logging zeroes when it received a float64 type and was configured to expect an integer. This is a valid configuration - so in this case, the values are now rounded to the nearest integer and then logged.