proposal: Allow providing default values for missing series in binary operations - #70
Conversation
… operations See prometheus/prometheus#13625 Signed-off-by: Julius Volz <julius.volz@gmail.com>
Signed-off-by: Julius Volz <julius.volz@gmail.com>
Signed-off-by: Julius Volz <julius.volz@gmail.com>
Signed-off-by: Julius Volz <julius.volz@gmail.com>
Signed-off-by: Julius Volz <julius.volz@gmail.com>
Signed-off-by: Julius Volz <julius.volz@gmail.com>
Signed-off-by: Julius Volz <julius.volz@gmail.com>
|
FYI, in the implementation and practical experimentation of this, I noticed that it doesn't make sense to disallow filling in the "many" side of a many-to-one / one-to-many match, even though we cannot make up (fill in) multiple missing series due to the unknown differentiating labels. We can still always fill in a single missing series that just has the match group's labels though. This can still be useful for people who want to use I've updated the proposal accordingly. |
bwplotka
left a comment
There was a problem hiding this comment.
I like this. From UX this is something I have been missing often and fill looks like a simple enough solution 👍🏽
cc @realschwa
Signed-off-by: Julius Volz <julius.volz@gmail.com>
|
Going to merge this for now so I can properly link to it. That doesn't mean it can't change of course. |
See prometheus/prometheus#13625