Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d84ec41
New analyse block data, more dedicated columns
mdisibio Aug 22, 2025
49dca3e
Merge branch 'main' into vp5-newcolumns
mdisibio Aug 27, 2025
baf0012
Add analyse block arg to output quoted/spaced list for other cli command
mdisibio Aug 28, 2025
feec0cf
Committing cli cardinality analysis
mdisibio Sep 8, 2025
de3a3bd
Different dedicated columns per scope, turn dictionary on and off dyn…
mdisibio Sep 11, 2025
047e032
Merge branch 'main' into vp5-newcolumns-50
mdisibio Sep 12, 2025
f05113a
Experiments
mdisibio Sep 15, 2025
666f952
First version of working RewriteSchema
mdisibio Sep 18, 2025
8dbe379
Simple version
mdisibio Sep 18, 2025
fb3a699
Updates
mdisibio Sep 26, 2025
466a9cf
Update to new options pattern in test branch
mdisibio Oct 15, 2025
5c2870c
Merge branch 'main' into vp5-newcolumns-50
mdisibio Nov 12, 2025
d6e01ae
Fixes after merging main
mdisibio Nov 12, 2025
23e1aca
Cleanup/simplify analyse block code for blobs
mdisibio Nov 12, 2025
76f7283
Make blob detection in analyse block optional
mdisibio Nov 13, 2025
518fee8
Update to same default
mdisibio Nov 13, 2025
a57d1ac
Update to final parquet-go StructTag option
mdisibio Nov 13, 2025
f9da6ca
Delete unused dedicated columns, update all references of schema/read…
mdisibio Nov 13, 2025
03d0302
cli cleanup and support blobs in jsonnet
mdisibio Nov 13, 2025
123aba4
Upgrade parquet-go to get remaining fix
mdisibio Nov 14, 2025
e79e852
cleanup
mdisibio Nov 14, 2025
5e5f04c
Fix event dedicated attr writes. Readd tests and cleanup
mdisibio Nov 14, 2025
c462cbb
cleanup
mdisibio Nov 14, 2025
f21b74c
Merge branch 'main' into vp5-newcolumns-50
mdisibio Nov 14, 2025
a3909af
lint
mdisibio Nov 14, 2025
dbccd34
Merge branch 'main' into vp5-newcolumns-50
mdisibio Dec 5, 2025
e05161f
Support vParquet5 for analyse block cli command
mdisibio Dec 5, 2025
dd5188a
changelog + bump encoding version
mdisibio Dec 5, 2025
9e6e50f
Fix analyse blocks combination of data
mdisibio Dec 10, 2025
c499b1e
More test coverage of event dedicated columns
mdisibio Dec 11, 2025
bb0c956
Fix wal block, search, and tag lookup on event dedicated columns. Mor…
mdisibio Dec 11, 2025
8ec0cb6
Revert printing scope in simple summary
mdisibio Dec 11, 2025
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* [FEATURE] Add query_end_cutoff setting to clamp near-“now” queries (default 30s) for consistent Tempo results [#5682](https://github.com/grafana/tempo/pull/5682) (@javiermolinar)
* [FEATURE] New block encoding vParquet5-preview4 with array support for dedicated columns. This is a preview, breaking changes are expected. [#5760](https://github.com/grafana/tempo/pull/5760) (@stoewer)
* [FEATURE] New block encoding vParquet5-preview5 with virtual span row numbers. This is a preview, breaking changes are expected. [#5943](https://github.com/grafana/tempo/pull/5943) (@stoewer)
* [FEATURE] New block encoding vParquet5-preview6 with dedicated columns for events and improved support for high-cardinality/high-length "blob" attributes [#5946](https://github.com/grafana/tempo/pull/5946) (@mdisibio)
* [FEATURE] Add SSE-C encryption support to S3 backend [#5789](https://github.com/grafana/tempo/pull/5789) (@steffsas)
* [FEATURE] Add support for `Accept: application/vnd.grafana.llm` to Tempo endpoints. Currently supported directly by trace by id and tag values [#5961](https://github.com/grafana/tempo/pull/5961) (@joe-elliott)
This response is subject to change and should not be relied on. It is intended for LLM consumption only. Even a fundamental change to its representation (yaml? markdown?) would not be considered breaking.
Expand Down
Loading
Loading