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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@
75
75
*[ENHANCEMENT] QueryFrontend: Add metric for number of series requests. #5373
76
76
*[ENHANCEMENT] Store Gateway: Add histogram metrics for total time spent fetching series and chunks per request. #5573
77
77
*[ENHANCEMENT] Store Gateway: Check context in multi level cache. Add `cortex_store_multilevel_index_cache_fetch_duration_seconds` and `cortex_store_multilevel_index_cache_backfill_duration_seconds` to measure fetch and backfill latency. #5596
78
+
*[ENHANCEMENT] Ingester: Added new ingester TSDB metrics `cortex_ingester_tsdb_head_samples_appended_total`, `cortex_ingester_tsdb_head_out_of_order_samples_appended_total`, `cortex_ingester_tsdb_snapshot_replay_error_total`, `cortex_ingester_tsdb_sample_ooo_delta` and `cortex_ingester_tsdb_mmap_chunks_total`. #5624
78
79
*[BUGFIX] Ruler: Validate if rule group can be safely converted back to rule group yaml from protobuf message #5265
79
80
*[BUGFIX] Querier: Convert gRPC `ResourceExhausted` status code from store gateway to 422 limit error. #5286
80
81
*[BUGFIX] Alertmanager: Route web-ui requests to the alertmanager distributor when sharding is enabled. #5293
# HELP cortex_ingester_tsdb_mmap_chunks_total Total number of chunks that were memory-mapped.
180
+
# TYPE cortex_ingester_tsdb_mmap_chunks_total gauge
181
+
cortex_ingester_tsdb_mmap_chunks_total 0
171
182
# HELP cortex_ingester_tsdb_blocks_loaded Number of currently loaded data blocks
172
183
# TYPE cortex_ingester_tsdb_blocks_loaded gauge
173
184
cortex_ingester_tsdb_blocks_loaded 15
174
185
175
186
# HELP cortex_ingester_tsdb_reloads_total Number of times the database reloaded block data from disk.
176
187
# TYPE cortex_ingester_tsdb_reloads_total counter
177
188
cortex_ingester_tsdb_reloads_total 30
178
-
189
+
# HELP cortex_ingester_tsdb_sample_ooo_delta Delta in seconds by which a sample is considered out of order (reported regardless of OOO time window and whether sample is accepted or not).
190
+
# TYPE cortex_ingester_tsdb_sample_ooo_delta histogram
# HELP cortex_ingester_tsdb_mmap_chunks_total Total number of chunks that were memory-mapped.
414
+
# TYPE cortex_ingester_tsdb_mmap_chunks_total gauge
415
+
cortex_ingester_tsdb_mmap_chunks_total 0
381
416
# HELP cortex_ingester_tsdb_blocks_loaded Number of currently loaded data blocks
382
417
# TYPE cortex_ingester_tsdb_blocks_loaded gauge
383
418
cortex_ingester_tsdb_blocks_loaded 10
384
419
385
420
# HELP cortex_ingester_tsdb_reloads_total Number of times the database reloaded block data from disk.
386
421
# TYPE cortex_ingester_tsdb_reloads_total counter
387
422
cortex_ingester_tsdb_reloads_total 30
388
-
423
+
# HELP cortex_ingester_tsdb_sample_ooo_delta Delta in seconds by which a sample is considered out of order (reported regardless of OOO time window and whether sample is accepted or not).
424
+
# TYPE cortex_ingester_tsdb_sample_ooo_delta histogram
0 commit comments