Skip to content

Commit da56796

Browse files
tcardtacole02
andauthored
Apply suggestions from code review
Co-authored-by: Taylor C <[email protected]>
1 parent de97dd5 commit da56796

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/mimir/help-all.txt.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/sources/mimir/configure/about-versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)