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
-
parca-dev/parca Public
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.
-
polarsignals/arcticdb Public
❄️ Coolest database around🧊 Embeddable column database written in Go. -
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.
1,695 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 32 commits in 5 repositories
Created a pull request in parca-dev/docs that received 1 comment
Opened 2 other pull requests in 1 repository
parca-dev/parca
2
merged
Reviewed 19 pull requests in 5 repositories
parca-dev/parca
7 pull requests
polarsignals/arcticdb
5 pull requests
parca-dev/parca-agent
3 pull requests
felixge/fgprof
2 pull requests
parca-dev/docs
2 pull requests
Created an issue in polarsignals/arcticdb that received 1 comment
Make queries cancel-able
Currently, if a query is sent to ArcticDB it will complete it no matter what, even if the client doesn't care about the request anymore. We should …