Christian Simon

Results 147 issues of Christian Simon

Currently we use the same global session encryption secret, for each tenant. In order to ensure tenant isolation, this change will derive a custom secret per tenant. By using sha256...

This adds some instructions how to make sure profiling is working in dotnet 8. ![image](https://github.com/grafana/pyroscope/assets/223048/dde6caf0-1705-48a5-8045-74f813243789) See https://github.com/dotnet/runtime/issues/96227

type/docs
backport release/v1.5

Unfortunately, this doesn't work for me on Apple M2, with rosetta I get build errors, works on my linux/amd64 machine though: ``` # For musl $ docker buildx build --load...

This prevents external file system (like ZFS for me) from being built, roughly automated creation of the changeset like this: ``` $ git ls-files | xargs ag -l ANDROID_GKI_VFS >...

This fix was originally suggested in https://github.com/grafana/agent/pull/6906. Sot it is a forward port.

needs-attention

This adds the message model for managing collection rules. Like to get this merged ahead of time, so I can use it in external projects

Currently there is no way of accessing the SpanIDs which are existing in Pyroscope profile table. We should provide an endpoint that can list span IDs for a given profile...

This fixes the default sample rate for profiling and clarfies the field value. Relates to #3340.

We currently are not a very educational UI, we should make more effort to make basics about flamegraph / profiles clear: * What is the profile type, how is it...

enhancement
ux

#### Describe the bug Our currently displayed sample count in the UI is wrong. It seems to represent the sum of values multiplied by 10e9. In order to correct this...