ui: use persistent flamegraph operators - #6952
Open
LalitMaganti wants to merge 1 commit into
Open
Conversation
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 2, 2026 23:59
9c1f9e1 to
ad578a0
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
2 times, most recently
from
August 4, 2026 06:44
210a427 to
84c1b04
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 4, 2026 07:14
84c1b04 to
d5dfced
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 4, 2026 08:36
d5dfced to
435094d
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 4, 2026 16:10
435094d to
dca71aa
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 4, 2026 16:32
dca71aa to
bb27b50
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 4, 2026 17:31
bb27b50 to
8f6806c
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 5, 2026 04:51
8f6806c to
9ba5c76
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 5, 2026 05:27
9ba5c76 to
c973c87
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 5, 2026 05:43
c973c87 to
07d1801
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
2 times, most recently
from
August 5, 2026 09:28
2b034e7 to
8b7b767
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 5, 2026 09:55
8b7b767 to
d49c389
Compare
LalitMaganti
marked this pull request as ready for review
August 6, 2026 15:03
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 6, 2026 15:03
d49c389 to
b697d00
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 6, 2026 16:01
b697d00 to
34c0d92
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 6, 2026 16:05
34c0d92 to
023a670
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 6, 2026 16:13
023a670 to
6ce87d0
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 6, 2026 16:21
6ce87d0 to
4020a4f
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 6, 2026 16:58
4020a4f to
8b899e9
Compare
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 6, 2026 17:21
8b899e9 to
a37d09b
Compare
Replace the seven-macro viz.flamegraph pipeline with a persistent virtual table per metric. Each operator materializes its source once and receives views, filters, grouping columns, and aggregate modes through its call-time configuration. The old viz.flamegraph module is no longer used and is deleted.
LalitMaganti
force-pushed
the
dev/lalitm/flamegraph-ui
branch
from
August 7, 2026 04:59
a37d09b to
0683bf7
Compare
stevegolton
approved these changes
Aug 7, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Replace the seven-macro
viz.flamegraphpipeline with a persistent virtualtable per metric. Each operator materializes its source once and receives
views, filters, grouping columns, and aggregate modes through its call-time
configuration.
The old
viz.flamegraphmodule is no longer used and is deleted.Stack created with GitHub Stacks CLI • Give Feedback 💬