mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 04:05:56 -05:00
0d87c6bd12
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.