Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#364 from gouthamve/add-anot…
Browse files Browse the repository at this point in the history
…her-tier

Create another tier with 300K active series
  • Loading branch information
gouthamve authored Jul 28, 2021
2 parents 8389bb0 + 9f114e7 commit f330b19
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions operations/mimir/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,25 @@
ruler_max_rule_groups_per_tenant: 20,
},

medium_small_user:: {
max_series_per_user: 0, // Disabled in favour of the max global limit
max_series_per_metric: 0, // Disabled in favour of the max global limit

// Our limit should be 100k, but we need some room of about ~50% to take rollouts into account
max_global_series_per_user: 300000,
max_global_series_per_metric: 30000,

max_series_per_query: 100000,
max_samples_per_query: 1000000,

ingestion_rate: 30000,
ingestion_burst_size: 300000,

// 375 rules
ruler_max_rules_per_rule_group: 15,
ruler_max_rule_groups_per_tenant: 25,
},

small_user:: {
max_series_per_metric: 0, // Disabled in favour of the max global limit
max_series_per_user: 0, // Disabled in favour of the max global limit
Expand Down

0 comments on commit f330b19

Please sign in to comment.