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
@@ -5,6 +5,7 @@
5
5
*[ENHANCEMENT] Query Frontend/Querier: Returns `warnings` on prometheus query responses. #5916
6
6
*[ENHANCEMENT] Ingester: Allowing to configure `-blocks-storage.tsdb.head-compaction-interval` flag up to 30 min and add a jitter on the first head compaction. #5919#5928
7
7
*[ENHANCEMENT] Distributor: Added `max_inflight_push_requests` config to ingester client to protect distributor from OOMKilled. #5917
8
+
*[ENHANCEMENT] Distributor/Querier: Clean stale per-ingester metrics after ingester restarts. #5930
8
9
*[CHANGE] Upgrade Dockerfile Node version from 14x to 18x. #5906
9
10
*[BUGFIX] Configsdb: Fix endline issue in db password. #5920
# HELP cortex_distributor_exemplars_in_total The total number of exemplars that have come in to the distributor, including rejected or deduped exemplars.
389
405
# TYPE cortex_distributor_exemplars_in_total counter
# HELP cortex_distributor_exemplars_in_total The total number of exemplars that have come in to the distributor, including rejected or deduped exemplars.
424
471
# TYPE cortex_distributor_exemplars_in_total counter
472
+
473
+
# HELP cortex_distributor_ingester_append_failures_total The total number of failed batch appends sent to ingesters.
474
+
# TYPE cortex_distributor_ingester_append_failures_total counter
0 commit comments