Christian Simon
Christian Simon
Currently we compress twice with gzip2 on the distributors, we should consider switching at least one of those off (if not both). Or consider a better transport compression. TODO: -...
Pyroscope uses profile types as a quite prominent feature in API and UI. The same time we are hiding the full profile type many times. The full profile type contains:...
- Use custom codec for vtproto within connect-go - Regeneate with unsafe unmarhsal - Unmarshal_Unsafe only for push
This allows to receive discovery relabelling rules from a remote server using a websocket connection. We plan this for an experimental way to control profile collection with Grafana Cloud Profiles...
This PR adds additional models and a websocket based API to the `tenant-settings` service in order to control collection relabelling rules centrally. This is part of a experiment, that would...
Today I had found it fairly limiting not being able to use dlv in one of our production instances. I propose to either: - Remove stripping of debug infos by...
**Describe the solution you'd like** Currently loki requires having at least a single non empty selector (`queries require at least one regexp or equality matcher that does not have an...
This is used for [#hackathon-2024-08-pyroscope-benchmarkers](https://raintank-corp.slack.com/archives/C07F4616K26) It is meant to show the improvement of #498 using pyrobench.
https://github.com/grafana/hackathon-2024-08-pyrobench
I noticed that the underlying minio-go client has a bug around STS auth for AWS. This update to latest version includes the fix https://github.com/minio/minio-go/issues/2048 https://github.com/grafana/pyroscope/issues/4050