leventov commented on a change in pull request #7562: Enable toggling request 
logging on/off for different query types
URL: https://github.com/apache/incubator-druid/pull/7562#discussion_r309819790
 
 

 ##########
 File path: docs/content/configuration/index.md
 ##########
 @@ -379,6 +379,7 @@ For native query, only request logs where query/time is 
above the threshold are
 |--------|-----------|-------|
 |`druid.request.logging.queryTimeThresholdMs`|Threshold value for query/time 
in milliseconds.|0 i.e no filtering|
 |`druid.request.logging.sqlQueryTimeThresholdMs`|Threshold value for 
sqlQuery/time in milliseconds.|0 i.e no filtering|
+|`druid.request.logging.queryTypeBlacklist` | List of Druid query types to 
exclude from request logs. Query types are defined as string objects in the 
Query interface found in Query.java. Mispelled query types will be ignored. 
Example to ignore scan and timeBoundary queries: ["scan", "timeBoundary"]| []|
 
 Review comment:
   `queryTypeBlacklist` sounds a little intimidating. I would say 
"mutedQueryTypes".

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to