summary refs log tree commit diff
path: root/changelog.d/8926.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.32.0rc1Andrew Morgan2021-04-131-1/+0
|
* Don't report anything from GaugeBucketCollector metrics until data is ↵Andrew Morgan2021-04-061-0/+1
present (#8926) 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.