You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Batch Iterator optimization (#5237)
* Batch Opmization
Signed-off-by: Alan Protasio <[email protected]>
* Add test bacj
Signed-off-by: Alan Protasio <[email protected]>
* Testing Multiples scrape intervals
Signed-off-by: Alan Protasio <[email protected]>
* no assimption
Signed-off-by: Alan Protasio <[email protected]>
* Using max chunk ts
Signed-off-by: Alan Protasio <[email protected]>
* test with scrape 10
Signed-off-by: Alan Protasio <[email protected]>
* rename method
Signed-off-by: Alan Protasio <[email protected]>
* comments
Signed-off-by: Alan Protasio <[email protected]>
* using next
Signed-off-by: Alan Protasio <[email protected]>
* change test name
Signed-off-by: Alan Protasio <[email protected]>
* changelog/comments
Signed-off-by: Alan Protasio <[email protected]>
---------
Signed-off-by: Alan Protasio <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
* Store Gateway: Convert metrics from summary to histograms (#5239)
* Convert following metrics from summary to histogram
cortex_bucket_store_series_blocks_queried
cortex_bucket_store_series_data_fetched
cortex_bucket_store_series_data_size_touched_bytes
cortex_bucket_store_series_data_size_fetched_bytes
cortex_bucket_store_series_data_touched
cortex_bucket_store_series_result_series
Signed-off-by: Friedrich Gonzalez <[email protected]>
* Update changelog
Signed-off-by: Friedrich Gonzalez <[email protected]>
* fix changelog
Signed-off-by: Friedrich Gonzalez <[email protected]>
---------
Signed-off-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
* update changelog
Signed-off-by: Ben Ye <[email protected]>
* Catch context error in the s3 bucket client (#5240)
Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
* bump RC version
Signed-off-by: Ben Ye <[email protected]>
---------
Signed-off-by: Alan Protasio <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
Signed-off-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
Co-authored-by: Alan Protasio <[email protected]>
Co-authored-by: Friedrich Gonzalez <[email protected]>
Co-authored-by: Xiaochao Dong <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
*[CHANGE] Tracing: Use the default OTEL trace sampler when `-tracing.otel.exporter-type` is set to `awsxray`. #5141
12
12
*[CHANGE] Ingester partial error log line to debug level. #5192
13
13
*[CHANGE] Change HTTP status code from 503/422 to 499 if a request is canceled. #5220
14
+
*[CHANGE] Store gateways summary metrics have been converted to histograms `cortex_bucket_store_series_blocks_queried`, `cortex_bucket_store_series_data_fetched`, `cortex_bucket_store_series_data_size_touched_bytes`, `cortex_bucket_store_series_data_size_fetched_bytes`, `cortex_bucket_store_series_data_touched`, `cortex_bucket_store_series_result_series`#5239
14
15
*[FEATURE] Querier/Query Frontend: support Prometheus /api/v1/status/buildinfo API. #4978
15
16
*[FEATURE] Ingester: Add active series to all_user_stats page. #4972
16
17
*[FEATURE] Ingester: Added `-blocks-storage.tsdb.head-chunks-write-queue-size` allowing to configure the size of the in-memory queue used before flushing chunks to the disk . #5000
@@ -44,6 +45,7 @@
44
45
*[ENHANCEMENT] Distributor: Reuse byte slices when serializing requests from distributors to ingesters. #5193
45
46
*[ENHANCEMENT] Query Frontend: Add number of chunks and samples fetched in query stats. #5198
46
47
*[ENHANCEMENT] Implement grpc.Compressor.DecompressedSize for snappy to optimize memory allocations. #5213
48
+
*[ENHANCEMENT] Querier: Batch Iterator optimization to prevent transversing it multiple times query ranges steps does not overlap. #5237
47
49
*[BUGFIX] Updated `golang.org/x/net` dependency to fix CVE-2022-27664. #5008
48
50
*[BUGFIX] Fix panic when otel and xray tracing is enabled. #5044
49
51
*[BUGFIX] Fixed no compact block got grouped in shuffle sharding grouper. #5055
@@ -57,6 +59,7 @@
57
59
*[BUGFIX] Compactor: Fix issue that shuffle sharding planner return error if block is under visit by other compactor. #5188
0 commit comments