Skip to content

Commit 257cd68

Browse files
committed
1 parent 822b007 commit 257cd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/cluster-administration/system-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@ Each mapping is of the format `<metric_name>,<label_name>=<allowed_labels>` wher
193193
The overall format looks like:
194194

195195
```
196-
--allow-label-value <metric_name>,<label_name>='<allow_value1>, <allow_value2>...', <metric_name2>,<label_name>='<allow_value1>, <allow_value2>...', ...
196+
--allow-metric-labels <metric_name>,<label_name>='<allow_value1>, <allow_value2>...', <metric_name2>,<label_name>='<allow_value1>, <allow_value2>...', ...
197197
```
198198

199199
Here is an example:
200200

201201
```none
202-
--allow-label-value number_count_metric,odd_number='1,3,5', number_count_metric,even_number='2,4,6', date_gauge_metric,weekend='Saturday,Sunday'
202+
--allow-metric-labels number_count_metric,odd_number='1,3,5', number_count_metric,even_number='2,4,6', date_gauge_metric,weekend='Saturday,Sunday'
203203
```
204204

205205
In addition to specifying this from the CLI, this can also be done within a configuration file. You

0 commit comments

Comments
 (0)