parca
parca copied to clipboard
Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.
This PR addresses the following: - [x] Ensures that querying using the `MatchersInput` component is disabled until a profile type has been selected. - [x] Added a loader to the...
https://aur.archlinux.org/packages/parca https://goreleaser.com/customization/aur/ similar https://github.com/parca-dev/parca/pull/1488 cc @metalmatze
Sounds like Parca does not like goroutine profiles that might be generated wrongly (sample without location id): ``` 23:06:29 parca: level=error name=parca ts=2022-08-04T21:06:29.989653031Z caller=scrape.go:500 scrape_pool=labeler target=http://labeler-labeler:8080/debug/pprof/goroutine msg="WriteRaw failed for scraped...
It'd be enough to just remove the word "top" altogether. Table instead of TopTable? WDYT? _Originally posted by @monicawoj in https://github.com/parca-dev/parca/pull/1474#discussion_r935239234_
This issue is related to the UI issue of creating a callgraph visualization: #304 In order to render a callgraph visualization in the UI, we will need the backend to...
I just did a small analysis of a Parca server's metastore that was running on a relatively small Kubernetes cluster for about 24 hours with lots of deployments happening. |...
Our storage does not allow multiple labels with the same name, so we should validate and reject requests that have duplicate label names.
xref: https://github.com/google/pprof/pull/717