-
Notifications
You must be signed in to change notification settings - Fork 71
eBPF stack trace trie design #128
Copy link
Copy link
Open
Description
https://github.com/iovisor/bcc/blob/master/tools/profile.py (what Pyroscope uses under the hood) is a far from optimal logging format for stack traces. I have a design in mind for a binary logger to save network bandwidth when exporting traces.
The logger would emit references to immutable trie pointers. When done, or when the trie overfills the memory limit - it would dump the trie tagged with the memory pointers.
Does this sound feasible? A more compressed version would have base64 counters on each trie node.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels