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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@
45
45
*[BUGFIX] Ingester: Fix issue with the minimize token generator where it was not taking in consideration the current ownerhip of an instance when generating extra tokens. #6062
46
46
*[BUGFIX] Scheduler: Fix user queue in scheduler that was not thread-safe. #6077
47
47
*[BUGFIX] Ingester: Include out-of-order head compaction when compacting TSDB head. #6108
# HELP cortex_ingester_tsdb_mmap_chunks_total Total number of chunks that were memory-mapped.
327
-
# TYPE cortex_ingester_tsdb_mmap_chunks_total gauge
328
-
cortex_ingester_tsdb_mmap_chunks_total 0
327
+
# TYPE cortex_ingester_tsdb_mmap_chunks_total counter
328
+
cortex_ingester_tsdb_mmap_chunks_total 312
329
329
# HELP cortex_ingester_tsdb_out_of_order_samples_total Total number of out of order samples ingestion failed attempts due to out of order being disabled.
330
330
# TYPE cortex_ingester_tsdb_out_of_order_samples_total counter
# HELP cortex_ingester_tsdb_mmap_chunks_total Total number of chunks that were memory-mapped.
579
-
# TYPE cortex_ingester_tsdb_mmap_chunks_total gauge
580
-
cortex_ingester_tsdb_mmap_chunks_total 0
579
+
# TYPE cortex_ingester_tsdb_mmap_chunks_total counter
580
+
cortex_ingester_tsdb_mmap_chunks_total 312
581
581
# HELP cortex_ingester_tsdb_out_of_order_samples_total Total number of out of order samples ingestion failed attempts due to out of order being disabled.
582
582
# TYPE cortex_ingester_tsdb_out_of_order_samples_total counter
0 commit comments