This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,14 @@ How the limit is **configured**:
3838 ingester_limits:
3939 max_series: <int>
4040 ```
41- - The mixin configures the limit in the runtime config and can be fine-tuned via ` _config+:: { ingester_instance_limits+:: { ... } } `
41+ - The mixin configures the limit in the runtime config and can be fine-tuned via:
42+ ```
43+ _config+:: {
44+ ingester_instance_limits+:: {
45+ max_series: <int>
46+ }
47+ }
48+ ```
4249- When configured in the runtime config, changes are applied live without requiring an ingester restart
4350- The configured limit can be queried via ` cortex_ingester_instance_limits{limit="max_series"} `
4451
@@ -62,7 +69,14 @@ How the limit is **configured**:
6269 ingester_limits:
6370 max_tenants: <int>
6471 ```
65- - The mixin configures the limit in the runtime config and can be fine-tuned via ` _config+:: { ingester_instance_limits+:: { ... } } `
72+ - The mixin configures the limit in the runtime config and can be fine-tuned via:
73+ ```
74+ _config+:: {
75+ ingester_instance_limits+:: {
76+ max_tenants: <int>
77+ }
78+ }
79+ ```
6680- When configured in the runtime config, changes are applied live without requiring an ingester restart
6781- The configured limit can be queried via ` cortex_ingester_instance_limits{limit="max_tenants"} `
6882
You can’t perform that action at this time.
0 commit comments