Skip to content

Releases: GiedriusS/thanos

v0.24.0-performance6: *: use Prometheus fork with xrate/xdelta/xincrease

04 Feb 13:59
Compare
Choose a tag to compare

0.24.0-performance5

12 Jan 07:17
Compare
Choose a tag to compare

Fixed pushdown.

v0.24.0-performance4: pushdown: add package

04 Jan 09:32
Compare
Choose a tag to compare
Signed-off-by: Giedrius Statkevičius <[email protected]>

v0.24.0-performance3: store: fix label extending

22 Dec 13:46
Compare
Choose a tag to compare
Use the appropriate function `labelpb.ExtendSortedLabels` to extend the
labelset in `queryPrometheus` with external labels. It maintains the
invariant that labelset is a sorted set of labels. Otherwise, random
errors might occur with pushdown enabled:
`Error executing query: vector cannot contain metrics with the same labelset`

I have triggered this with a weird query `max_over_time(up[5m])` & with
HA pairs.

Signed-off-by: Giedrius Statkevičius <[email protected]>

v0.24.0-performance2: .gitignore: update

21 Dec 12:41
Compare
Choose a tag to compare

Performance version based on commit c3325d6. Extra changes:

  • Reduced gap to 128KiB
  • Deduplicating same Series() requests
  • Fixed optimized data retrieval in Series()

0.24.0-performance2: .gitignore: update

21 Dec 12:08
Compare
Choose a tag to compare

Performance version based on commit c3325d6. Extra changes:

  • Reduced gap to 128KiB
  • Deduplicating same Series() requests
  • Fixed optimized data retrieval in Series()

0.24.0-performance1: store: optimize data retrieval

21 Dec 11:47
Compare
Choose a tag to compare

Performance version based on commit c3325d6. Extra changes:

  • Reduced gap to 128KiB
  • Deduplicating same Series() requests
  • Optimized data retrieval in Series()

v0.23.0-perf7: query: remove reference to HasClients()

22 Oct 08:47
Compare
Choose a tag to compare

v0.23.0-perf6: query: remove reference to HasClients()

22 Oct 07:43
Compare
Choose a tag to compare

v0.23.0-perf5: query: only ask for data that is really needed

05 Oct 08:06
Compare
Choose a tag to compare