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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@
10
10
*`-ingester.max-global-series-per-metric`
11
11
*[FEATURE] Flush chunks with stale markers early with `ingester.max-stale-chunk-idle`. #1759
12
12
*[FEATURE] EXPERIMENTAL: Added new KV Store backend based on memberlist library. Components can gossip about tokens and ingester states, instead of using Consul or Etcd. #1721
13
+
*[FEATURE] Allow Query Frontend to log slow queries #1744
13
14
*[ENHANCEMENT] Allocation improvements in adding samples to Chunk. #1706
14
15
*[ENHANCEMENT] Consul client now follows recommended practices for blocking queries wrt returned Index value. #1708
15
16
*[ENHANCEMENT] Consul client can optionally rate-limit itself during Watch (used e.g. by ring watchers) and WatchPrefix (used by HA feature) operations. Rate limiting is disabled by default. New flags added: `--consul.watch-rate-limit`, and `--consul.watch-burst-size`. #1708
16
-
*[FEATURE] Allow Query Frontend to log slow queries #1744
f.IntVar(&cfg.MaxOutstandingPerTenant, "querier.max-outstanding-requests-per-tenant", 100, "Maximum number of outstanding requests per tenant per frontend; requests beyond this error with HTTP 429.")
0 commit comments