Highlights
- 8 discussions answered
Block or Report
Block or report brancz
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
parca-dev/parca Public
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
-
parca-dev/parca-agent Public
eBPF based always-on profiler auto-discovering targets in Kubernetes and systemd, zero code changes or restarts needed!
-
prometheus/prometheus Public
The Prometheus monitoring system and time series database.
-
-
thanos-io/thanos Public
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
-
Prometheus Operator creates/configures/manages Prometheus clusters atop Kubernetes
3,337 contributions in the last year
Activity overview
Contribution activity
November 2021
Created 28 commits in 3 repositories
Created a pull request in parca-dev/parca that received 1 comment
pkg/storage: Fix inlined items in flamegraph
The TestGenerateInlinedFunctionFlamegraph test failed previously with the Cumulative value being 0 of the non-leaf inlined functions, causing icicl…
Opened 4 other pull requests in 2 repositories
parca-dev/parca
1
open
2
merged
parca-dev/parca-agent
1
merged
Reviewed 12 pull requests in 2 repositories
parca-dev/parca
9 pull requests
- WIP: pkg/storage/metastore: Add badger based meta store implementation
- pkg/storage: Implement GenerateFlamegraphFlat that works based on []Sample
- build(deps): bump golang from 1.17.2-alpine to 1.17.3-alpine
- Update dependabot to only send weekly npm PRs
- Clarify contributing guide in README.md
- support human readable duration value in ui
- Create pprof download of profiles
- pkg/storage: Add another flame graph aggregation test
- storage/metastore: Move IDs to be UUIDs
parca-dev/parca-agent
3 pull requests
Created an issue in parca-dev/parca that received 2 comments
Improve global merge performance
Global merges are already quite a bit better than they used to be, but they can still take quite a bit of time, and I feel like there is still a lo…