Skip to content

Commit f184cec

Browse files
ethandmdThomsonTan
andauthored
Update sdk/src/metrics/aggregation/base2_exponential_histogram_aggregation.cc
Co-authored-by: Tom Tan <[email protected]>
1 parent f917c08 commit f184cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/metrics/aggregation/base2_exponential_histogram_aggregation.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void DownscaleBuckets(AdaptingCircularBufferCounter &buckets, uint32_t by) noexc
6363
}
6464

6565
// We want to preserve other optimisations here as well, e.g. integer size.
66-
// Instead of creating a new counter, we copy the existing one (for bucket size
66+
// Instead of creating a new counter, we copy the existing one (for bucket size
6767
// optimisations), and clear the values before writing the new ones.
6868
// TODO(euroelessar): Do downscaling in-place.
6969
auto new_buckets = buckets;

0 commit comments

Comments
 (0)