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
* chore: update Go to use Go1.16
Signed-off-by: Jacob Lisi <[email protected]>
chore: update Go to use Go1.16
Signed-off-by: Jacob Lisi <[email protected]>
chore: update Go to use Go1.16
Signed-off-by: Jacob Lisi <[email protected]>
* Update build image
Signed-off-by: Peter Štibraný <[email protected]>
* Add CHANGELOG.md entry.
Signed-off-by: Peter Štibraný <[email protected]>
Co-authored-by: Peter Štibraný <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
*[ENHANCEMENT] Query-frontend: Small optimization on top of PR #3968 to avoid unnecessary Extents merging. #4026
29
29
*[ENHANCEMENT] Add a metric `cortex_compactor_compaction_interval_seconds` for the compaction interval config value. #4040
30
30
*[ENHANCEMENT] Ingester: added following per-ingester (instance) limits: max number of series in memory (`-ingester.instance-limits.max-series`), max number of users in memory (`-ingester.instance-limits.max-tenants`), max ingestion rate (`-ingester.instance-limits.max-ingestion-rate`), and max inflight requests (`-ingester.instance-limits.max-inflight-push-requests`). These limits are only used when using blocks storage. Limits can also be configured using runtime-config feature, and current values are exported as `cortex_ingester_instance_limits` metric. #3992.
31
+
*[ENHANCEMENT] Cortex is now built with Go 1.16. #4062
31
32
*[BUGFIX] Ruler-API: fix bug where `/api/v1/rules/<namespace>/<group_name>` endpoint return `400` instead of `404`. #4013
32
33
*[BUGFIX] Distributor: reverted changes done to rate limiting in #3825. #3948
33
34
*[BUGFIX] Ingester: Fix race condition when opening and closing tsdb concurrently. #3959
0 commit comments