Skip to content

Commit

Permalink
Enable ruler query stats by default (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg authored Dec 20, 2023
1 parent 8a792a8 commit 810c37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## master / unreleased
* [CHANGE] Use cortex v1.16.0
* [ENHANCEMENT] Enable frontend query stats by default
* [ENHANCEMENT] Enable ruler query stats by default

## 1.15.3 / 2023-11-24
* [CHANGE] Add default instance max series for ingesters
Expand Down
3 changes: 3 additions & 0 deletions cortex/ruler.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
// Do not extend the replication set on unhealthy (or LEAVING) ingester when "unregister on shutdown"
// is set to false.
'distributor.extend-writes': $._config.unregister_ingesters_on_shutdown,

// a message with some statistics is logged for every query.
'ruler.query-stats-enabled': true,
},

ruler_container::
Expand Down

0 comments on commit 810c37b

Please sign in to comment.