vtlim commented on a change in pull request #12363:
URL: https://github.com/apache/druid/pull/12363#discussion_r836799537



##########
File path: docs/configuration/index.md
##########
@@ -310,31 +311,36 @@ For native query, the following MDC fields are populated 
with `setMDC`:
 |`resultOrdering`|The ordering of results|
 |`descending`|If the query is a descending query|
 
-#### Filtered Request Logging
-Filtered Request Logger filters requests based on a configurable query/time 
threshold (for native query) and sqlQuery/time threshold (for SQL query).
-For native query, only request logs where query/time is above the threshold 
are emitted. For SQL query, only request logs where sqlQuery/time is above the 
threshold are emitted.
+#### Filtered request logging
+
+The `filtered` request logger filters requests based on the query type or how 
long a query takes to complete.
+For native queries, requests are only logged when the `query/time` metric is 
above the user-provided threshold.

Review comment:
       ```suggestion
   For native queries, the logger only logs requests when the `query/time` 
metric exceeds the threshold provided in `queryTimeThresholdMs`.
   ```




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to