Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Welch <[email protected]>
  • Loading branch information
slim-bean committed Apr 4, 2024
1 parent 22a3e02 commit e0c368a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/configure/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ results_cache:
# Cache index stats query results.
# CLI flag: -querier.cache-index-stats-results
[cache_index_stats_results: <boolean> | default = false]
[cache_index_stats_results: <boolean> | default = true]
# If a cache config is not specified and cache_index_stats_results is true, the
# config for the results cache is used.
Expand All @@ -883,7 +883,7 @@ index_stats_results_cache:
# Cache volume query results.
# CLI flag: -querier.cache-volume-results
[cache_volume_results: <boolean> | default = false]
[cache_volume_results: <boolean> | default = true]
# If a cache config is not specified and cache_volume_results is true, the
# config for the results cache is used.
Expand Down Expand Up @@ -922,7 +922,7 @@ instant_metric_results_cache:
# Cache series query results.
# CLI flag: -querier.cache-series-results
[cache_series_results: <boolean> | default = false]
[cache_series_results: <boolean> | default = true]
# If series_results_cache is not configured and cache_series_results is true,
# the config for the results cache is used.
Expand All @@ -939,7 +939,7 @@ series_results_cache:
# Cache label query results.
# CLI flag: -querier.cache-label-results
[cache_label_results: <boolean> | default = false]
[cache_label_results: <boolean> | default = true]
# If label_results_cache is not configured and cache_label_results is true, the
# config for the results cache is used.
Expand Down

0 comments on commit e0c368a

Please sign in to comment.