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
[r335] Expose per-user metrics for unknown series references during WAL/WBL replay (#10982)
* Expose per-user metrics for unknown series references during WAL/WBL replay (#10981)
* Expose per-user metrics for unknown series references during WAL/WBL replay
* Update CHANGELOG
(cherry picked from commit 30ed07e)
* Trigger CI
---------
Co-authored-by: Patryk Prus <[email protected]>
Co-authored-by: Patryk Prus <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
*[ENHANCEMENT] Ingester: Add support for exporting native histogram cost attribution metrics (`cortex_ingester_attributed_active_native_histogram_series` and `cortex_ingester_attributed_active_native_histogram_buckets`) with labels specified by customers to a custom Prometheus registry. #10892
10
10
*[ENHANCEMENT] Store-gateway: Download sparse headers uploaded by compactors. Compactors have to be configured with `-compactor.upload-sparse-index-headers=true` option. #10879
11
11
*[ENHANCEMENT] Compactor: Upload block index file and multiple segment files concurrently. Concurrency scales linearly with block size up to `-compactor.max-per-block-upload-concurrency`. #10947
12
+
*[ENHANCEMENT] Ingester: Add per-user `cortex_ingester_tsdb_wal_replay_unknown_refs_total` and `cortex_ingester_tsdb_wbl_replay_unknown_refs_total` metrics to track unknown series references during WAL/WBL replay. #10981
12
13
*[BUGFIX] OTLP: Fix response body and Content-Type header to align with spec. #10852
13
14
*[BUGFIX] Compactor: fix issue where block becomes permanently stuck when the Compactor's block cleanup job partially deletes a block. #10888
14
15
*[BUGFIX] Storage: fix intermittent failures in S3 upload retries. #10952
0 commit comments