Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion proposals/0070-binop-fill-modifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading