Michael Hoffmann

Results 50 issues of Michael Hoffmann

This PR attempts to add an encryption wrapper that defers to `github.com/minio/sio` for encryption and decryption. This is useful when attempting to use Thanos in environments that need PCI DSS...

Packaging this application as a flatpak and publishing to flathub.org would be a convenient way to make this application usable, regardless of distribution. If this is something of interest, i...

Downstream Requests to the query API will fail for long queries if there is a proxy in the middle that fails on too long URIs. * [ ] I added...

size/S

* [ ] I added CHANGELOG entry for this change. * [x] Change is not relevant to the end user. ## Changes In LabelNames and LabelValues gRPC calls were not...

size/L

Prometheus seems to care about duplicate samples for label only during the same timestamp. Since our operators might return samples for one result in two different series we need to...

So far only a sketch to get a feeling; benchmark ( if i get rid of batch size! ) looks fairly promising though: ``` $ go test . -run xxx...

While not compatible with prometheus; this should help debugging issues like https://github.com/thanos-io/thanos/issues/6677

An attempt to start to respect the provided max sample limit from the promql options. It only pipes the sample limits through to matrix and vector selectors.