Bartlomiej Plotka
Bartlomiej Plotka
AC: * Explain some major examples of CI that will fit SignalCI e.g using CNAB to bake binary + configuration to docker or state git repository.
AC: * User is aware how to deploy new versions / do quick changes like changing replica number (should be moved to CI) * User knows why that is the...
Rebases on top of @ridwanmsharif changes https://github.com/GoogleCloudPlatform/prometheus/pull/122 with following updates: * Simplified discovery, I think we can always skip wait and make it more robust. * Adjusted TestManagerStopAfterScrapeAttempt to simulate...
The dependabot settings are inherited from upstream and this bot does not necessarily help for forked project like this. The reason is that we get spam of updates of single...
Found panic while debugging customer's Prometheus. Not sure what version of fork it is (might be bit older). ``` panic: runtime error: invalid memory address or nil pointer dereference [signal...
Hi 👋🏽 We got bored with calling this project a "new engine". It gets confusing when compared to "old PromQL engine", which is still used in Prometheus and by us...
Signed-off-by: bwplotka
This attempts to improve readability and consistency of our rw code & tests. For example to make sure conversions from/to model types are well tested. We can't use generics easily...
### Proposal This ticket coordinates open questions on further changes to 2.0 PRW spec while it's in an experimental stage. Best effort, we don't need to do all below to...
### Proposal cc @cstyan @alexgreenbank @npazosmendez ### Problem In [the PRW 2.0 spec](https://prometheus.io/docs/specs/remote_write_spec_2_0/), the request Content-Type tells Receiver what proto to use to parse the message. This works great if...