Skip to content

Commit

Permalink
Ruler should use metadata cache as well, if configured. (grafana/cort…
Browse files Browse the repository at this point in the history
…ex-jsonnet#128)

Ruler instantiates querier internally, so it can use metadata cache.
  • Loading branch information
pstibrany authored Jul 3, 2020
1 parent 7c774cd commit a9ca8e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operations/mimir/tsdb.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
} else {},

querier_args+:: $.blocks_metadata_caching_config,
ruler_args+:: $.blocks_metadata_caching_config,

// The ingesters should persist TSDB blocks and WAL on a persistent
// volume in order to be crash resilient.
Expand Down

0 comments on commit a9ca8e8

Please sign in to comment.