Filip Petkovski
Filip Petkovski
Hm, do receivers support min-time? I couldn't find anything in the flags: https://thanos.io/tip/components/receive.md/#flags
@yeya24 we could use a separate tracer for store-gw and inject a `nopTracer` in Thanos. However, I think profiling would be a better fit to understand the internal performance of...
Does it make sense to solve this at the store level? Since the range is passed in hints, we can decide whether to send downsampled or aggregated chunks to queriers.
Looking at the code, I think it would be best to set max resolution [here](https://github.com/thanos-io/thanos/blob/main/pkg/query/querier.go#L357) based on the selected range. We can still query raw blocks over a large range,...
I think it's a good idea to move it under the Thanos org. I bet most users don't know this thing exists.
Hey @adleong, we tried dropping the label but this approach unfortunately did not work. Removing the authority label leads to duplicated time series because labels within a metric family are...
This seems to coincide with intervals when head compaction happens. I think this process acquires a write lock and pending samples pile up in memory. @yeya24 do you see something...
Cortex and Mimir solve this by adding jitter between compaction for different tenants. We can disable automatic compaction in the TSDB and manage it ourselves.
This is generally not a problem, it often happens when agents retry sending samples. Unless data is missing, the error can be ignored.
Good idea, moved.