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
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
*[FEATURE] Ruler: Add new `-ruler.query-stats-enabled` which when enabled will report the `cortex_ruler_query_seconds_total` as a per-user metric that tracks the sum of the wall time of executing queries in the ruler in seconds. #4317
18
18
*[FEATURE] Query Frontend: Add `cortex_query_fetched_series_total` and `cortex_query_fetched_chunks_bytes_total` per-user counters to expose the number of series and bytes fetched as part of queries. These metrics can be enabled with the `-frontend.query-stats-enabled` flag (or its respective YAML config option `query_stats_enabled`). #4343
19
19
*[FEATURE] AlertManager: Add support for SNS Receiver. #4382
20
+
*[FEATURE] Distributor: Add label `status` to metric `cortex_distributor_ingester_append_failures_total`#4442
20
21
*[ENHANCEMENT] Add timeout for waiting on compactor to become ACTIVE in the ring. #4262
21
22
*[ENHANCEMENT] Reduce memory used by streaming queries, particularly in ruler. #4341
22
23
*[ENHANCEMENT] Ring: allow experimental configuration of disabling of heartbeat timeouts by setting the relevant configuration value to zero. Applies to the following: #4342
0 commit comments