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
+3
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@
9
9
*[FEATURE] Ingester: Support out-of-order native histogram ingestion. It automatically enabled when `-ingester.out-of-order-time-window > 0` and `-blocks-storage.tsdb.enable-native-histograms=true`. #6626#6663
10
10
*[FEATURE] Ruler: Add support for percentage based sharding for rulers. #6680
11
11
*[FEATURE] Ruler: Add support for group labels. #6665
12
+
*[FEATURE] Query federation: Introduce a regex tenant resolver to allow regex in `X-Scope-OrgID` value. #6713
13
+
- Add a `tenant-federation.regex-matcher-enabled` flag. If it enabled, user can input regex to `X-Scope-OrgId`, the matched tenantIDs are automatically involved.
14
+
- Add a `tenant-federation.user-sync-interval` flag, it specifies how frequently to scan users. The scanned users are used to calculate matched tenantIDs.
12
15
*[ENHANCEMENT] Query Frontend: Change to return 400 when the tenant resolving fail. #6715
13
16
*[ENHANCEMENT] Querier: Support query parameters to metadata api (/api/v1/metadata) to allow user to limit metadata to return. #6681
14
17
*[ENHANCEMENT] Ingester: Add a `cortex_ingester_active_native_histogram_series` metric to track # of active NH series. #6695
Copy file name to clipboardExpand all lines: docs/configuration/v1-guarantees.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,9 @@ Currently experimental features are:
64
64
- Blocks storage bucket index
65
65
- The bucket index support in the querier and store-gateway (enabled via `-blocks-storage.bucket-store.bucket-index.enabled=true`) is experimental
66
66
- The block deletion marks migration support in the compactor (`-compactor.block-deletion-marks-migration-enabled`) is temporarily and will be removed in future versions
0 commit comments