Skip to content

Commit 4df725b

Browse files
committed
Update reference configuration doc
1 parent cfa451c commit 4df725b

File tree

1 file changed

+6
-0
lines changed
  • docs/sources/configure-server/reference-configuration-parameters

1 file changed

+6
-0
lines changed

docs/sources/configure-server/reference-configuration-parameters/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ tenant_settings:
160160
# CLI flag: -tenant-settings.recording-rules.enabled
161161
[enabled: <boolean> | default = false]
162162

163+
client_capability:
164+
# Enable reading and writing utf-8 label names. To use this feature, API calls
165+
# must include `allow-utf8-labelnames=true` in the `Accept` header.
166+
# CLI flag: -client-capability.allow-utf8-labelnames
167+
[allow_utf_8_label_names: <boolean> | default = false]
168+
163169
storage:
164170
# Backend storage to use. Supported backends are: s3, gcs, azure, swift,
165171
# filesystem, cos.

0 commit comments

Comments
 (0)