File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
content/en/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ disabled metrics (i.e. `--disabled-metrics=metric1,metric2`).
183
183
## Metric cardinality enforcement
184
184
185
185
Metrics with unbounded dimensions could cause memory issues in the components they instrument. To
186
- limit resource use, you can use the ` --allow-label-value ` command line option to dynamically
186
+ limit resource use, you can use the ` --allow-metric-labels ` command line option to dynamically
187
187
configure an allow-list of label values for a metric.
188
188
189
189
In alpha stage, the flag can only take in a series of mappings as metric label allow-list.
@@ -207,9 +207,8 @@ can specify the path to that configuration file using the `--allow-metric-labels
207
207
line argument to a component. Here's an example of the contents of that configuration file:
208
208
209
209
``` yaml
210
- allow-list :
211
- - " metric1,label2 " : " v1,v2,v3"
212
- - " metric2,label1 " : " v1,v2,v3"
210
+ " metric1,label2 " : " v1,v2,v3"
211
+ " metric2,label1 " : " v1,v2,v3"
213
212
` ` `
214
213
215
214
Additionally, the ` cardinality_enforcement_unexpected_categorizations_total` meta-metric records the
You can’t perform that action at this time.
0 commit comments