Bryan Huhta

Results 12 issues of Bryan Huhta

# What When developing a schema for SpiceDB, it would be helpful to have documentation strings attached to resources, permissions, and relations. In addition, parser tooling to parse the documentation...

area/docs
area/CLI
area/tooling
state/needs discussion
state/gauging interest
area/api devtools
kind/proposal

When running Pyroscope without bucket storage configured (this typically occurs when running locally in monolith mode), the ingester block cleaner tries to clean blocks off disk. However, since a shipper...

bug
good first issue
backend

In many places in Pyroscope we use goroutine pools to parallelize querying the block store. In such cases, we make a SWAG and set a constant upper-bound. Here is an...

storage
backend
performance

## The problem When we query profiles for applications that are very large, it's pertinent to add additional context to the query to scope it down to query a more...

enhancement
backend
ux
performance

In order to support integrations with k6 load testing, we need to be able to pull key-value pairs out of the request baggage and create labels to add to the...

Related: https://github.com/grafana/pyroscope-squad/issues/138 We have metrics surrounding how the VCS service behaves (latency, errors, etc) but we have limited insight into our usage of the GitHub API. This PR tracks our...

Related: https://github.com/grafana/grafana/issues/83644 ### Problem Pyroscope limits the maximum time span of queries and if a query is larger than this window, it fails outright. https://github.com/grafana/pyroscope/blob/38218a8e16b67af9c777003dd29878673918ebed/pkg/validation/validate.go#L317-L323 The complete failure is a...

enhancement
backend

As a continuation of the work to integrate Pyroscope and k6, we need to modify Rideshare to - Have a k6 load test script - Use the experimental Pyroscope Go...

After pairing for some time with an SE, I learned that our Java docs weren't helpful at providing an opinionated quickstart guide. The observation was that the Java Agent is...

type/docs

closes https://github.com/grafana/pyroscope/issues/3226 # Overview This PR is a POC change that allows requesting _estimated_ label value cardinality alongside label names. This will allow the UI to make substantially fewer requests...