Bartlomiej Plotka
Bartlomiej Plotka
Not a high priority but we could implement metrics for MacOS e.g. using [`sysctl`](https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/sysctl.3.html). Currently we error out (silently by default).
Found in https://github.com/prometheus/prometheus/pull/15083 that `expfmt.TypeOpenMetrics` decode fails to parse on OM Text lines with `#` (exemplar).
Related discussion: https://github.com/prometheus-community/avalanche/pull/80#discussion_r1761695654 In https://github.com/prometheus-community/avalanche/pull/80 we added more flags per type so users should use that ones, and we deprecate --metric-count in 0.6. Let's be nice and remove it only...
After security hardening, those serve no purpose at the moment as AFAIK. I also removed watches for those which is not needed. I noticed this thanks to `cl/677695994` discussion and...
### Proposal It would be nice to put PromQL into a proper versioned spec like Remote Write or scrape protocols. It would be then much easier to reference and adopt...
Rebased on top of @bboreham changes https://github.com/prometheus/prometheus/pull/14708 This is to help with https://github.com/prometheus/prometheus/issues/14668 See indiv commits for exact changes.
Fixes https://github.com/prometheus/prometheus/issues/14668 Depends on https://github.com/prometheus/prometheus/pull/15720 Previous attempts https://github.com/prometheus/prometheus/pull/15726 https://github.com/prometheus/prometheus/pull/15729 ## Design We have opportunity to stream protobuf unmarshalling. It's already sort of streamed by metric family, however no memory is...
TL;DR: Proposing a lower level, Go based, faster `PromQL` test alternative to `./promql` directory. Inspired by the battle tested framework I wrote for GMP https://github.com/GoogleCloudPlatform/prometheus-engine/blob/main/pkg/export/gcm/export_gcm_test.go (once merged, I will use...
Previous [attempt failed](https://github.com/prometheus/test-infra/pull/821#issuecomment-2627315784) because PRW 2.0 was tied to metadata-wal-records feature. We untied it, so this should work now.
I propose we [apply infra resources](https://github.com/prometheus/test-infra/tree/f20f1cd00b5d5a5691f108cd92dcbe10f7abf65a/prombench/manifests/cluster-infra) to our GKE testing cluster on merge. There is a risk of "incidents", but for benchmarking cluster I would accept the risk. Otherwise we...