Oleg Zaytsev
Oleg Zaytsev
@ploxiln can I ask for you feedback on this as you're the most recently active member of NSQ?
I suppose that nothing prevents us from sending `null` value there (I don't know what I was thinking about when I said empty array). I'll try to make the changes...
Added a flag in #13, after this it would be interesting to skip them in the generated Go code too, what do you think?
I think that we would need to define which functions can return which error: it would be a good documentation and languages like Java would have the exceptions defined in...
This change coming to Prometheus should also improve the `/label//values` performance so it's another reason to switch: https://github.com/prometheus/prometheus/pull/9907
Can we use the [same piece of code](https://github.com/grafana/grafana/blob/509e34cfe7b702e2e5ad2a1d66c989b695ae3c45/public/app/types/unified-alerting-dto.ts#L74-L79) that is used for ruler api support? It already checks the buildinfo endpoint and reads the application name, we'd just need to...
# Proof of Concept I tried doing a dirty proof-of-concept implementation for this, and this is what I got: https://github.com/prometheus/prometheus/compare/main...colega:poc-out-of-order-series ⭐ Click here to read the long PoC implementation details⭐...
This is definitely much cleaner now! My comments are optional and opinionated nitpicks.
@bboreham I think that it would require subtracting a different value for different points. A solution for this problem can be masking out the values that are outside of the...
@dustincfox just a ping on this since my PR was already merged and released 👍