Kemal Akkoyun
Kemal Akkoyun
https://github.com/polarsignals/frostdb
For certain use cases, in our stack, we have to run air-gaped builds for our projects. This poses a problem when we want to use `bingo` on those projects. Would...
https://aur.archlinux.org/packages/parca https://goreleaser.com/customization/aur/ similar https://github.com/parca-dev/parca/pull/1488 cc @metalmatze
xref: https://github.com/google/pprof/pull/717
- Success and failures - Reasons - How much does it take to finish a round? - How much does it take to store the symbolized locations?
Parca should be able to symbolize following: dockerd: ``` There are 31 section headers, starting at offset 0x43863a8: Section Headers: [Nr] Name Type Address Off Size ES Flg Lk Inf...
- Success and failures for Upload - Success and failures for Validation - Reasons - How much does it take to finish an Upload? - How much does it take...
We write to the bucket, however, we never read back. This cause probably multiple downloads to the bucket. https://github.com/parca-dev/parca/blob/12949775f8d7def1ce24fe44198b482c80aa507c/pkg/debuginfo/debuginfod.go#L88-L91 Moreover, we don't have any synchronization mechanism around this. I propose...
depends: https://github.com/golangci/golangci-lint/issues/2859 ref: #1261
Currently, the local file cache in front of the object-store only caches files using source build-id. This could cause contamination of the local file cache. We should either cache using...