-
Notifications
You must be signed in to change notification settings - Fork 121
Summary sketch #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Summary sketch #177
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
bfcd9b3
Optimise convert_du time helper
NelsonVides 5964399
Reimplement summaries using ddskerl
NelsonVides be1a375
Fix formatting tests
NelsonVides c15728e
Make quantile summary table read_concurrent
NelsonVides 85e3e7e
Upgrade ddskerl
NelsonVides c6e78cf
Introduce wide width to quantile summaries
NelsonVides aa4d866
Fix dependency starting functions
NelsonVides bff620d
Avoid introducing breaking changes to default exported quantiles
NelsonVides aebf1d6
Increase quantile summary test coverage
NelsonVides fb3f2fa
Fix gauge and coverage for prometheus_time:maybe_convert_to_du/2
NelsonVides ab7db64
Fix helper called for quantile loop
NelsonVides ddcdfb1
Upgrade ddsketch
NelsonVides 78d9d1b
Support ddsketch bucketing when using histograms
NelsonVides 98bcce4
Optimise histograms
NelsonVides 46a742a
Merge branch 'master' into summary_sketch
NelsonVides a877e3f
Merge branch 'master' into summary_sketch
NelsonVides ca29a56
Fix bug with correctly converting to duration units
NelsonVides 3a2a866
Simplify and unify loop_through_keys helper
NelsonVides 7d7f561
Merge branch 'master' into summary_sketch
NelsonVides 69e1049
Fix TODO in documentation for ddsketch buckets
NelsonVides d241931
Merge branch 'master' into summary_sketch
NelsonVides File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{"1.2.0", | ||
[{<<"quantile_estimator">>,{pkg,<<"quantile_estimator">>,<<"1.0.2">>},0}]}. | ||
[{<<"ddskerl">>,{pkg,<<"ddskerl">>,<<"0.4.1">>},0}]}. | ||
[ | ||
{pkg_hash,[ | ||
{<<"quantile_estimator">>, <<"ECD281D40110FDD9BA62685531E4435E0839A52FD1058DA5564F1763E4642EF7">>}]}, | ||
{<<"ddskerl">>, <<"F0329E1F8FD3C6209F1645B540F6D4FC14C60B897B05E65B8A4122A362EF019A">>}]}, | ||
{pkg_hash_ext,[ | ||
{<<"quantile_estimator">>, <<"DB404793D6384995A1AC6DD973E2CEE5BE9FCC128765BDBA53D87C564E296B64">>}]} | ||
{<<"ddskerl">>, <<"0B68A1E53AF4CCF5F43D70F8EABA1F031388B3FCBD6405FA0CDF849FB47F1811">>}]} | ||
]. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.