We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e98359 commit 2aa4bfaCopy full SHA for 2aa4bfa
docs/configuration/config-file-reference.md
@@ -3484,6 +3484,10 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
3484
# CLI flag: -validation.max-labels-size-bytes
3485
[max_labels_size_bytes: <int> | default = 0]
3486
3487
+# Maximum size in bytes of a native histograms sample. 0 to disable the limit.
3488
+# CLI flag: -validation.max-native-histograms-sample-size-bytes
3489
+[max_native_histograms_sample_size_bytes: <int> | default = 0]
3490
+
3491
# Maximum length accepted for metric metadata. Metadata refers to Metric Name,
3492
# HELP and UNIT.
3493
# CLI flag: -validation.max-metadata-length
0 commit comments