Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit f18d782

Browse files
committed
Better formatting for ingester_instance_limits+ example
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent bb28cb5 commit f18d782

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

cortex-mixin/docs/playbooks.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)