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
Remove the following long-stable features from the experimental features
list in v1-guarantees.md:
- Azure blob storage
- Zone awareness based replication
- Blocksconvert tools
- Scalable query-frontend (when using query-scheduler)
- Query-frontend: query stats tracking
- Block deletion marks migration in compactor
- HA Tracker: cleanup of old replicas from KV Store
- Exemplar storage
- Querier limits (max-fetched-chunks/bytes/series-per-query)
- Compactor shuffle sharding
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
- The block deletion marks migration support in the compactor (`-compactor.block-deletion-marks-migration-enabled`) is temporarily and will be removed in future versions
66
60
- Blocks storage user index
67
61
- Querier: tenant federation
68
62
-`-tenant-federation.enabled`
69
63
-`-tenant-federation.regex-matcher-enabled`
70
64
-`-tenant-federation.user-sync-interval`
71
65
- The thanosconvert tool for converting Thanos block metadata to Cortex
72
-
- HA Tracker: cleanup of old replicas from KV Store.
73
66
- Instance limits in ingester and distributor
74
-
- Exemplar storage, currently in-memory only within the Ingester based on Prometheus exemplar storage (`-blocks-storage.tsdb.max-exemplars`)
75
-
- Querier limits:
76
-
-`-querier.max-fetched-chunks-per-query`
77
-
-`-querier.max-fetched-chunk-bytes-per-query`
78
-
-`-querier.max-fetched-series-per-query`
79
67
- Alertmanager limits
80
68
- notification rate (`-alertmanager.notification-rate-limit` and `-alertmanager.notification-rate-limit-per-integration`)
81
69
- dispatcher groups (`-alertmanager.max-dispatcher-aggregation-groups`)
@@ -96,8 +84,6 @@ Currently experimental features are:
- Enabled via `-compactor.sharding-enabled=true`, `-compactor.sharding-strategy=shuffle-sharding`, and `-compactor.tenant-shard-size` set to a value larger than 0.
101
87
- Vertical sharding at query frontend for range/instant queries
102
88
-`-frontend.query-vertical-shard-size` (int) CLI flag
103
89
-`query_vertical_shard_size` (int) field in runtime config file
0 commit comments