Skip to content

Commit 5130507

Browse files
friedrichgclaude
andcommitted
Graduate stable features from experimental docs
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>
1 parent c8a51d8 commit 5130507

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

docs/configuration/v1-guarantees.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Currently experimental features are:
3939
- Evaluate rules to query frontend instead of ingesters (enabled via `-ruler.frontend-address`).
4040
- When `-ruler.frontend-address` is specified, the response format can be specified (via `-ruler.query-response-format`).
4141
- S3 Server Side Encryption (SSE) using KMS (including per-tenant KMS config overrides).
42-
- Azure blob storage.
43-
- Zone awareness based replication.
4442
- Ruler API (to PUT rules).
4543
- Alertmanager:
4644
- API (enabled via `-experimental.alertmanager.enable-api`)
@@ -51,31 +49,21 @@ Currently experimental features are:
5149
- gRPC Store.
5250
- TLS configuration in gRPC and HTTP clients.
5351
- TLS configuration in Etcd client.
54-
- Blocksconvert tools
5552
- OpenStack Swift storage support.
5653
- Metric relabeling in the distributor.
57-
- Scalable query-frontend (when using query-scheduler)
5854
- Ingester: do not unregister from ring on shutdown (`-ingester.unregister-on-shutdown=false`)
5955
- Distributor:
6056
- Do not extend writes on unhealthy ingesters (`-distributor.extend-writes=false`)
6157
- Accept multiple HA pairs in the same request (enabled via `-experimental.distributor.ha-tracker.mixed-ha-samples=true`)
6258
- Accept Prometheus remote write 2.0 request (`-distributor.remote-writev2-enabled=true`)
6359
- Tenant Deletion in Purger, for blocks storage.
64-
- Query-frontend: query stats tracking (`-frontend.query-stats-enabled`)
65-
- The block deletion marks migration support in the compactor (`-compactor.block-deletion-marks-migration-enabled`) is temporarily and will be removed in future versions
6660
- Blocks storage user index
6761
- Querier: tenant federation
6862
- `-tenant-federation.enabled`
6963
- `-tenant-federation.regex-matcher-enabled`
7064
- `-tenant-federation.user-sync-interval`
7165
- The thanosconvert tool for converting Thanos block metadata to Cortex
72-
- HA Tracker: cleanup of old replicas from KV Store.
7366
- 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`
7967
- Alertmanager limits
8068
- notification rate (`-alertmanager.notification-rate-limit` and `-alertmanager.notification-rate-limit-per-integration`)
8169
- dispatcher groups (`-alertmanager.max-dispatcher-aggregation-groups`)
@@ -96,8 +84,6 @@ Currently experimental features are:
9684
- `-alertmanager.sharding-ring.heartbeat-period=0`
9785
- `-compactor.ring.heartbeat-period=0`
9886
- `-store-gateway.sharding-ring.heartbeat-period=0`
99-
- Compactor shuffle sharding
100-
- Enabled via `-compactor.sharding-enabled=true`, `-compactor.sharding-strategy=shuffle-sharding`, and `-compactor.tenant-shard-size` set to a value larger than 0.
10187
- Vertical sharding at query frontend for range/instant queries
10288
- `-frontend.query-vertical-shard-size` (int) CLI flag
10389
- `query_vertical_shard_size` (int) field in runtime config file

0 commit comments

Comments
 (0)