Michael Hoffmann
Michael Hoffmann
So, yeah; the scrape interval is large enough that the dedup algorithm thinks that the second sample of the first iterator is actually missing and that we need to fill...
If we want a flush api we probably should add it to shipper so that ruler and receiver also get it, right?
Hey, can you please share your configuration of the related components? Something is odd ~ thanos sidecars usually dont issue range queries.
Can you also please share the configuration of the sidecar that is logging the error?
The thing that is really weird to me is that the only thing that really runs that code (QueryRange from promclient.go) is the thanos ruler but the log statement you...
Could it be that some sidecars are on a version pre 0.34.0 ? And use the queryPushdown feature? We removed all raw promql queries from sidecars in https://github.com/thanos-io/thanos/pull/7014/commits/f29b338cd9d885c17944a448419e3a58d5a573a7
Sorry, it changes nothing but just to correct myself: that change was released in 0.34.1. The only way I could understand this is if you would run a sidecar with...
I mean can you run something like "Thanos --version" inside the container?
@pvlltvk does it work again if you upgrade sidecars?
> @MichaHoffmann Yes, I can confirm that with after sidecar upgrade to 0.35.0 it works again Awesome, thanks for confirming