Owen Williams
Owen Williams
Also relates to #13151
There was a comment in the other thread about "if acceleration is available, always use it". There are enough instances of bizarre hardware issues that it'd be better to leave...
I'll keep myself assigned because mixxx helped pay for the controller I'm using to do the testing and work
@acolombier can you write an update here about what we have included now, and what is left to do? I believe the big issue right now is the controller data...
With the release of Prometheus 3.0 beta, UTF-8 is now one step closer to being default-on. @yuri-rs are you still up for doing the necessary work in Grafana?
other languages do this as a function, like `default_zero()`. More generic, that could be `default(foo{}, default_val)`.
Bumping this bug -- In my personal experience having a `default` function would be a great improvement to PromQL, depending on the difficulty of implementing it. Do y'all have an...
For a proposal like this, is it safe to assume that if we find an owner for this project and they write up a design, it won't be rejected out...
so would that be like `foo{} + outer vector(0)` ? Just trying to understand the basic default-zero case to begin with