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

Commit 96893b2

Browse files
authored
Merge pull request #220 from grafana/rollback-pr-213
Rollback PR 213
2 parents 6a50d0c + d78da3e commit 96893b2

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## master / unreleased
44

5-
* [CHANGE] Add default present for ruler limits on all 'user' types. #213
65
* [CHANGE] Enabled sharding for the blocks storage compactor. #218
76
* [ENHANCEMENT] Introduce a resources dashboard for the Alertmanager. #219
87

cortex/config.libsonnet

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,6 @@
293293

294294
ingestion_rate: 10000,
295295
ingestion_burst_size: 200000,
296-
297-
// 300 rules
298-
max_rules_per_rule_group: 15,
299-
max_rule_groups_per_tenant: 20,
300296
},
301297

302298
small_user:: {
@@ -311,10 +307,6 @@
311307

312308
ingestion_rate: 100000,
313309
ingestion_burst_size: 1000000,
314-
315-
// 450 rules
316-
max_rules_per_rule_group: 15,
317-
max_rule_groups_per_tenant: 30,
318310
},
319311

320312
medium_user:: {
@@ -329,10 +321,6 @@
329321

330322
ingestion_rate: 350000, // 350K
331323
ingestion_burst_size: 3500000, // 3.5M
332-
333-
// 600 rules
334-
max_rules_per_rule_group: 15,
335-
max_rule_groups_per_tenant: 40,
336324
},
337325

338326
big_user:: {
@@ -347,10 +335,6 @@
347335

348336
ingestion_rate: 700000, // 700K
349337
ingestion_burst_size: 7000000, // 7M
350-
351-
// 750 rules
352-
max_rules_per_rule_group: 15,
353-
max_rule_groups_per_tenant: 50,
354338
},
355339

356340
super_user:: {
@@ -365,10 +349,6 @@
365349

366350
ingestion_rate: 1500000, // 1.5M
367351
ingestion_burst_size: 15000000, // 15M
368-
369-
// 900 rules
370-
max_rules_per_rule_group: 15,
371-
max_rule_groups_per_tenant: 60,
372352
},
373353

374354
// This user class has limits increased by +50% compared to the previous one.
@@ -384,10 +364,6 @@
384364

385365
ingestion_rate: 2250000, // 2.25M
386366
ingestion_burst_size: 22500000, // 22.5M
387-
388-
// 1050 rules
389-
max_rules_per_rule_group: 15,
390-
max_rule_groups_per_tenant: 70,
391367
},
392368
},
393369

cortex/ruler.libsonnet

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
// Ring Configs
1919
'ruler.enable-sharding': true,
2020
'ruler.ring.consul.hostname': 'consul.%s.svc.cluster.local:8500' % $._config.namespace,
21-
22-
// Limits
23-
'ruler.max-rules-per-rule-group': $._config.limits.max_rules_per_rule_group,
24-
'ruler.max-rule-groups-per-tenant': $._config.limits.max_rule_groups_per_tenant,
2521
},
2622

2723
ruler_container::

0 commit comments

Comments
 (0)