Skip to content
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

[TraceQL Metrics] histogram_over_time #3644

Merged
merged 27 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
50a6984
Add lang/parser support for quantile_over_time, fix missing stringify…
mdisibio Apr 24, 2024
7307d4c
First working draft of quantile_over_time implementation
mdisibio Apr 24, 2024
589d83f
Validate the query in the frontend
mdisibio Apr 25, 2024
6abee43
Histogram accumulate jobs by bucket as they come in instead of at the…
mdisibio Apr 25, 2024
923d7d8
Fix language definition to allow both floats or ints for quantiles
mdisibio Apr 25, 2024
2ccc75f
Remove layer of proto->seriesset conversion. Fix roundtrip of __bucke…
mdisibio Apr 25, 2024
e320bbb
Rename to SimpleAdditionCombiner, slight interval calc cleanup
mdisibio Apr 25, 2024
b845743
Fix p0 returning 1 instead of minimum value, comments cleanup
mdisibio Apr 25, 2024
ee0e5bc
Rename frontend param and fix handling of ints
mdisibio Apr 26, 2024
4c1db95
Fix pre-existing bug in metrics optimization when asserting multiple …
mdisibio Apr 26, 2024
656f525
Fix to support 3 flavors of the metrics pipeline: query-frontend, acr…
mdisibio Apr 26, 2024
81deb1b
Merge branch 'main' into quantile-engine
mdisibio Apr 29, 2024
cb31ed0
Update query_range frontend test for new behavior
mdisibio Apr 29, 2024
b49d994
Consolidate histogram code between traceql and traceqlmetrics. quanti…
mdisibio Apr 30, 2024
05c3af4
lint
mdisibio May 2, 2024
dbe0a18
changelog
mdisibio May 2, 2024
eaf1a5c
histogram_over_time
mdisibio May 2, 2024
5c79dc2
Redo histograms to set __bucket label to the actual value instead of …
mdisibio May 3, 2024
3c8507f
Revert all changes to traceqlmetrics package, was getting too noisy
mdisibio May 3, 2024
6f873a2
Merge branch 'quantile-engine' into histogram_over_time
mdisibio May 6, 2024
cbdadd1
Fix after merge
mdisibio May 6, 2024
eb5d548
lint
mdisibio May 6, 2024
402f4cb
Merge branch 'main' into histogram_over_time
mdisibio May 6, 2024
85e7db1
changelog
mdisibio May 6, 2024
77040db
Merge branch 'main' into histogram_over_time
mdisibio May 7, 2024
48020da
Add test for histogram_over_time
mdisibio May 7, 2024
cb03471
Change quantile_over_time test to use more exported methods
mdisibio May 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into histogram_over_time
  • Loading branch information
mdisibio committed May 7, 2024
commit 77040dbdda09369057086628783034c5e63a668a
Loading
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.