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
@@ -18,6 +18,7 @@
18
18
*[FEATURE] Querier/StoreGateway: Allow the tenant shard sizes to be a percent of total instances. #5393
19
19
*[FEATURE] Added the flag `-alertmanager.api-concurrency` to configure alert manager api concurrency limit. #5412
20
20
*[FEATURE] Store Gateway: Add `-store-gateway.sharding-ring.keep-instance-in-the-ring-on-shutdown` to skip unregistering instance from the ring in shutdown. #5421
21
+
*[FEATURE] Ruler: Support for filtering rules in the API. #5417
21
22
*[ENHANCEMENT] Distributor/Ingester: Add span on push path #5319
22
23
*[ENHANCEMENT] Support object storage backends for runtime configuration file. #5292
23
24
*[ENHANCEMENT] Query Frontend: Reject subquery with too small step size. #5323
Copy file name to clipboardExpand all lines: docs/contributing/how-integration-tests-work.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,4 +46,4 @@ Integration tests have `requires_docker` tag (`// +build requires_docker` line f
46
46
47
47
## Isolation
48
48
49
-
Each integration test runs in isolation. For each integration test, we do create a Docker network, start Cortex and its dependencies containers, push/query series to/from Cortex and run assertions on it. Once the test has done, both the Docker network and containers are terminated and deleted.
49
+
Each integration test runs in isolation. For each integration test, we do create a Docker network, start Cortex and its dependencies containers, push/query series to/from Cortex and run assertions on it. Once the test has done, both the Docker network and containers are terminated and deleted.
0 commit comments