You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we were not performing tick/rotate histogram during persisting
parent histogram metrics. This was resulting higher quantile values for
recorded parent metrics values. This patch introduces changes which make sure
to tick/rotate if next tick time is before current time. This aligned with
existing agg histogram persistence.
Fixes: #145056
Epic: CRDB-43153
Release note: None
0 commit comments