Hi. This is unsupported and fragile, but you could have your monitoring tool ssh to the UMs and run something like this:
psql -U postgres usage_meter_db -c 'select * from "Collection" order by start desc limit 1;'
(Adjustments will have to be made depending on the UM version.)