Skip to content

Commit

Permalink
Fix missing ruler limits
Browse files Browse the repository at this point in the history
Damn, missed this in grafana/cortex-jsonnet#391

Signed-off-by: Goutham Veeramachaneni <[email protected]>
  • Loading branch information
gouthamve committed Sep 13, 2021
1 parent 66b972b commit ce5f18b
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 ce5f18b

Please sign in to comment.