Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#392 from grafana/fix-ruler-…
Browse files Browse the repository at this point in the history
…limits

Fix missing ruler limits
  • Loading branch information
gouthamve authored Sep 13, 2021
2 parents 66b972b + ce5f18b commit 5e5f21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operations/mimir/ruler.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
$._config.queryConfig +
$._config.distributorConfig +
$._config.rulerClientConfig +
$._config.rulerLimitsConfig +
{
target: 'ruler',
// Alertmanager configs
Expand Down

0 comments on commit 5e5f21d

Please sign in to comment.