Bartlomiej Plotka

Results 277 issues of Bartlomiej Plotka

### Proposal AC: * Remove the wrong section: https://prometheus.io/docs/prometheus/latest/querying/remote_read_api/#format-overview

kind/bug
component/documentation

TODO(bwplotka): * [ ] Agree if we want what's proposed in the new negotiation proposal https://docs.google.com/document/d/16ivhfAaaezNpB1OVs3p83-_ZZK-8uRgktqtcpYT2Sjc/edit * [ ] Fix the sender part * [ ] Consider util for "preference...

See rationales on https://docs.google.com/document/d/1Bpf7mYjrHUhPHkie0qlnZFxzgqf_L32kM8ZOknSdJrU/edit

With https://github.com/prometheus/prometheus/pull/7059 and https://github.com/prometheus/prometheus/pull/7069 I reduced the number of our series iterators to a very minimum, but still, we have few. Our SeriesSets and ChunkSeriesSet iterator patterns are overall great,...

help wanted
kind/enhancement
not-as-easy-as-it-looks
priority/P3

Changes: * New path: `github.com/prometheus/prometheus/prompb/io/prometheus/write/v2`, so `io/prometheus/write/v2` package. This is what buf recommends https://buf.build/docs/reference/protobuf-files-and-packages#packages and i shortened it (we will likely never have "local write"). * WriteRequest -> Request. *...

### Proposal I would love to start the discussion on better mechanism for OOM crashloop auto-recovery for users to use, for both agent and TSDB mode. ### Motivation I think...

help wanted
kind/feature

I think as a standalone library like this I would expect other capabilities like: * Exposing the build time * commit, version * target OS, Arch * etc You cannot...

It would be amazing if we could abstract things in `cmd/...` to some exportable package, so we can use it in other tools like e.g https://github.com/prometheus/test-infra/tree/master/funcbench without invoking CLI. WDYT?...

Think I wish this repo had in the beginning (needed export, but was quite hidden). Thanks for the project! (: Signed-off-by: Bartlomiej Plotka

We often sed to point to certain structure. This is fragile as whenever code changes file, or lines were added before or structure adds or removes lines we have to...