Bartlomiej Plotka

Results 324 issues of Bartlomiej Plotka

After https://github.com/prometheus/golang-builder/pull/296 is merged we can revert https://github.com/prometheus/test-infra/pull/833

Pods being stuck in creation and termination can happen. Cancel also can fail in some mid-step. I propose we make cancel more reliable by adding mechanism to the cancel script...

bug

Discussed in https://cloud-native.slack.com/archives/C07TT6DTQ02/p1737726558098399 This happens from time to time where HTTP requests total metric is different across Prometheus-es. Looking on the current `loadgen-querier` code, I think we can easily hit...

I propose we restart Prometheus-es during the standard prombench runs e.g. - graceful restart (kubectl pod delete) after 3h of prombench run. - forceful restart ((kubectl pod delete --grace-period=0) after...

enhancement / feature
help wanted

prombench supports `kind` but we never test it on CI, nor not many use it. To make that path healthy I propose we leverage it to test prombench in general...

help wanted

Fixes https://github.com/thanos-io/objstore/issues/169

It would be epic to have periodic updates in this repo. Help wanted!

Before this change GMP fork in agent mode for 2.45.3 will write data to agent DB/WAL and rely on truncation to remove the entries. This is wasteful if no PRW...

This issue track work left to stabilize [PROM-39](https://github.com/prometheus/proposals/pull/39) feature. * [x] flag and OM, prom (text+proto) parsing, PromQL engine support (https://github.com/prometheus/prometheus/pull/16228) * [ ] metric family switch bug for text...

kind/feature

### Proposal I didn't see yet any user explicitly needing this, but, since with https://github.com/prometheus/prometheus/pull/14395 we planned to add more receive flags, there is an opportunity to move Prometheus remote...

component/remote storage
kind/feature