mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-30 06:28:05 -04:00

This PR modifies `GaugeBucketCollector` to only report data once it has been updated, rather than initially reporting a value of 0. Fixes zero values being reported for some metrics on startup until a background job to update the metric's value runs later.