Skip to content

Commit

Permalink
Track more information in histograms/distributions about inputs and e…
Browse files Browse the repository at this point in the history
…stimated quantiles.

Closes #4913.

This is part 1 of tracking more information within a histogram in order to compute
min, max, means, std_dev, and estimates for p50, p90, p99 and how to store/retrieve
the associated info from Clickhouse.
  • Loading branch information
zeeshanlakhani committed Jun 14, 2024
1 parent 306b767 commit 4a3deff
Show file tree
Hide file tree
Showing 22 changed files with 3,170 additions and 286 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ expectorate = "1.1.0"
fatfs = "0.3.6"
filetime = "0.2.23"
flate2 = "1.0.30"
float-ord = "0.3.2"
flume = "0.11.0"
foreign-types = "0.3.2"
fs-err = "2.11.0"
Expand Down
Loading

0 comments on commit 4a3deff

Please sign in to comment.