Skip to content

fix: fill TimeWindowQuantiles with independent TDigest instances - #855

Open
slagiewka wants to merge 1 commit into
prometheus:mainfrom
slagiewka:fix_independent_tdigest
Open

fix: fill TimeWindowQuantiles with independent TDigest instances#855
slagiewka wants to merge 1 commit into
prometheus:mainfrom
slagiewka:fix_independent_tdigest

Conversation

@slagiewka

Copy link
Copy Markdown

Current option stores the same TDigest reference for each item in the ringBuffer. This results in skewed results after rotation.

@slagiewka
slagiewka force-pushed the fix_independent_tdigest branch from f6efc45 to 14b480e Compare September 9, 2026 14:30
Current option stores the same TDigest reference for each item in the
ringBuffer. This results in skewed results after rotation.

Signed-off-by: Szymon Łągiewka <slagiewka@users.noreply.github.com>
@slagiewka
slagiewka force-pushed the fix_independent_tdigest branch from 14b480e to e4468f8 Compare September 9, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant