This is an automated email from the ASF dual-hosted git repository.

victoria pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new bd49ecfd29d Addition to subquery limit migration guide (#16671)
bd49ecfd29d is described below

commit bd49ecfd29dbcac4926346148dd3cacea294cbff
Author: Jill Osborne <[email protected]>
AuthorDate: Mon Jul 1 22:22:47 2024 +0100

    Addition to subquery limit migration guide (#16671)
    
    Co-authored-by: Laksh Singla <[email protected]>
    Co-authored-by: Victoria Lim <[email protected]>
---
 docs/release-info/migr-subquery-limit.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/release-info/migr-subquery-limit.md 
b/docs/release-info/migr-subquery-limit.md
index 853be50294d..6801aafdc7b 100644
--- a/docs/release-info/migr-subquery-limit.md
+++ b/docs/release-info/migr-subquery-limit.md
@@ -52,6 +52,10 @@ This property takes precedence over `maxSubqueryRows`.
 You can set both `maxSubqueryRows` and `maxSubqueryBytes` at cluster level and 
override them in individual queries. 
 See [Overriding default query context 
values](../configuration#overriding-default-query-context-values) for more 
information.
 
+Make sure you enable the Broker monitor `SubqueryCountStatsMonitor` so that 
Druid emits metrics for subquery statistics.
+To do this, add `org.apache.druid.server.metrics.SubqueryCountStatsMonitor` to 
the `druid.monitoring.monitors` property in your Broker's `runtime.properties` 
configuration file.
+See [Metrics monitors](../configuration/index.md#metrics-monitors) for more 
information.
+
 ## Learn more
 
 See the following topics for more information:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to