Highlights
This release features a brand new metadata-store implementation, based on badger with drastically improved performance compared to the SQLite-based metadata-store. A new strategy to query profiling data is slowly being introduced and will be fully available in an upcoming release.
What's Changed
- storage: Implement GenerateFlamegraphFlat that works based on []Sample by @metalmatze in #435
- storage: Querying flat profiles by @metalmatze in #447
- storage/metastore: Add badger based meta store implementation by @brancz in #433
- storage: Make stacktraceKey []byte and use inlined map[string] by @metalmatze in #448
- storage: Use map[string]*Profile in storage by @metalmatze in #449
- storage: Implement merging of flat profiles by @metalmatze in #454
- Use vtprotobuf for Go protobuf generation by @brancz in #462
Full Changelog: v0.4.2...v0.5.0