File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/sources/mimir/configure Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ Usage of ./cmd/mimir/mimir:
858858 -common.client-cluster-validation.label string
859859 [experimental] Primary cluster validation label.
860860 -common.instrument-reference-leaks-pct float
861- [experimental] Percentage of buffers from pools to instrument for reference leaks. 0 to disable.
861+ [experimental] Percentage of buffers from pools to instrument for reference leaks. Set to 0 to disable.
862862 -common.storage.azure.account-key string
863863 Azure storage account key. If unset, Azure managed identities will be used for authentication instead.
864864 -common.storage.azure.account-name string
Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ The following features are currently experimental:
252252 - The cluster validation label of all gRPC clients can be configured via ` -common.client-cluster-validation.label ` .
253253 - Requests with invalid cluster validation labels are tracked via the ` cortex_client_invalid_cluster_validation_label_requests_total ` metric.
254254- Common
255- - Instrument a fraction of pooled objects for references that outlive their lifetime
256- - Only implemented for objects embedding ` mimirpb.BufferHolder ` so far .
255+ - Instrument a fraction of pooled objects for references that outlive their lifetime.
256+ - Only implemented for objects embedding ` mimirpb.BufferHolder ` .
257257 - Flag: ` -common.instrument-reference-leaks-pct `
258258- Preferred available zone for querying ingesters and store-gateways
259259 - ` -querier.prefer-availability-zone `
You can’t perform that action at this time.
0 commit comments