Skip to content

Commit 810c37b

Browse files
authored
Enable ruler query stats by default (#42)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 8a792a8 commit 810c37b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## master / unreleased
44
* [CHANGE] Use cortex v1.16.0
55
* [ENHANCEMENT] Enable frontend query stats by default
6+
* [ENHANCEMENT] Enable ruler query stats by default
67

78
## 1.15.3 / 2023-11-24
89
* [CHANGE] Add default instance max series for ingesters

cortex/ruler.libsonnet

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
// Do not extend the replication set on unhealthy (or LEAVING) ingester when "unregister on shutdown"
3333
// is set to false.
3434
'distributor.extend-writes': $._config.unregister_ingesters_on_shutdown,
35+
36+
// a message with some statistics is logged for every query.
37+
'ruler.query-stats-enabled': true,
3538
},
3639

3740
ruler_container::

0 commit comments

Comments
 (0)