Marco Pracucci
Marco Pracucci
I think I'm not seeing it flaky since some time. Let me close it: we can reopen it anytime if we notice the issue again.
> NewRelic dev asked in the past what to do with the WriteResponse when the parsing is async. We might want to extend the protocol to cover this case (e.g....
**Variables** I like the idea of introducing variables — they can make complex queries easier to read and maintain. It was mentioned that variables might also enable some engine optimizations,...
>> I was also convinced [VictoriaMetrics MetricsQL](https://docs.victoriametrics.com/victoriametrics/metricsql/#metricsql-features) has some variable support, but can't find it in docs anymore. > I suppose you're thinking about [WITH expressions](https://play.victoriametrics.com/select/0/prometheus/graph/#/expand-with-exprs), which can act as...
Thanks for your report @andrewl3wis. I'm wondering if filtering out the HA replica label name from the matchers received in the remote read request would fix the issue (and it's...
> I don't get one thing, where you use Remote Read in Cortex? We don't use remote read directly in Cortex but we do support it, so you can configure...
I suspect you have `-ingester.ring.unregister-on-shutdown=true` (which is the default in Mimir). Make sure you have `-ingester.ring.unregister-on-shutdown=false` configured (or it's respective YAML config option), otherwise you will experience unbalanced ingesters utilization...