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 2e3c67f commit a5ae205Copy full SHA for a5ae205
docs/configuration/config-file-reference.md
@@ -3181,6 +3181,10 @@ instance_limits:
3181
# change by changing this option.
3182
# CLI flag: -ingester.disable-chunk-trimming
3183
[disable_chunk_trimming: <boolean> | default = false]
3184
+
3185
+# Maximum number of entries in the matchers cache. 0 to disable.
3186
+# CLI flag: -ingester.matchers-cache-max-items
3187
+[matchers_cache_max_items: <int> | default = 0]
3188
```
3189
3190
### `ingester_client_config`
0 commit comments