From 4a88346d503586b9c0d081b9fb2abfed46e0e1ba Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Tue, 30 Jun 2026 11:38:51 +0200 Subject: [PATCH] Update implementation status + related PRs for fill op proposal Signed-off-by: Julius Volz --- proposals/0070-binop-fill-modifier.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proposals/0070-binop-fill-modifier.md b/proposals/0070-binop-fill-modifier.md index 9ea5808..0caae05 100644 --- a/proposals/0070-binop-fill-modifier.md +++ b/proposals/0070-binop-fill-modifier.md @@ -3,10 +3,13 @@ * **Owners:** * [@juliusv](https://github.com/juliusv) -* **Implementation Status:** `Not implemented` +* **Implementation Status:** `Implemented` (experimental) * **Related Issues and PRs:** * https://github.com/prometheus/prometheus/issues/13625 + * https://github.com/prometheus/prometheus/pull/17644 + * https://github.com/prometheus/prometheus/pull/18850 + * https://github.com/prometheus/prometheus/pull/18851 > TL;DR: This proposal suggests adding `fill` / `fill_left` / `fill_right` modifiers to vector-to-vector binary operations. These modifiers would allow users to fill in missing series on either side of the operation and provide default values for them.