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

pkg/query/flamegraph_arrow: Trim using breadth-first-search #3722

Closed
wants to merge 4 commits into from

Commits on Aug 31, 2023

  1. pkg/query/flamegraph_arrow: Trim using breadth-first-search

    pkg/query: Add string dictionary compaction
    
    pkg/query: Trim arrow flame graph and compact dictionaries
    
    pkg/query/flamegraph_arrow: Make trimming children work
    
    pkg/query/flamegraph_arrow: Release arrays after passing them to dictionary
    
    pkg/query/flamegraph_arrow: Implement trimming for label columns
    
    pkg/query/flamegraph_arrow: Fix dictionary values to binary instead of string
    metalmatze committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    792f666 View commit details
    Browse the repository at this point in the history
  2. pkg/query/flamegraph_arrow: Fix memory leaks after rebasing

    Co-authored-by: Thor <thor.hansen@polarsignals.com>
    metalmatze and thorfour committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e996149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94141b7 View commit details
    Browse the repository at this point in the history
  4. pkg/query/flamegraph_arrow: Fix label dictionaries

    Also the mapping and function dictionaries don't leak here. It must be somewhere before that.
    metalmatze committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    759eabe View commit details
    Browse the repository at this point in the history