Christian Simon

Results 147 issues of Christian Simon

The other operations are not exposing the fetched bytes.

This change allows to list buckets by prefix with the parameter `IterParams.WithoutAppendDirDelim` is set, without appending a `/` in the end. This allows to list huge "directories" bit by bit...

This shows how Alloy can be used to collect profiles as a sidecar. I am not too sure if this is something we should advertise too heavily, but valuable if...

We should upgrade to use the alloy helm chart and update related docs and not forget about the new api staiblity argument 🙂

I noticed that the git submodule in `ebpf/testdata`, will always be marked changed when you are on a case-insensitive file system/volume: ``` on a case-insensitive filesystem) and only one from...

We currently are not recovering panics in all cases, when we spawn up async processing in goroutines. That leaves esp. ingesters vulnerable to data loss after a panic. I am...

We currently have no support for resolving golang symbols down to the source code line/file, when collected with eBPF. It would be super helpful being able to do this, in...

enhancement
eBPF

I have noticed a case where a single timing out ingester can affect the availability of the read path. I would like to verify this behaviour by using an integration...

tests

#### Is your feature request related to a problem? Please describe. When a profile series, currently contains a high cardinality label, the API experience is fairly poor: We will just...

enhancement
backend