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

suneet 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 f39a778f7d9 Fix 404 URL about native query (#15324)
f39a778f7d9 is described below

commit f39a778f7d97c7899bd70b8c007671e1c6a9624d
Author: Tts-233 <[email protected]>
AuthorDate: Fri Nov 3 23:39:59 2023 +0800

    Fix 404 URL about native query (#15324)
---
 docs/configuration/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration/index.md b/docs/configuration/index.md
index b1e76174e27..0141b0e5665 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -340,7 +340,7 @@ Requests that meet the threshold are logged using the 
request logger type set in
 |--------|-----------|-------|
 |`druid.request.logging.queryTimeThresholdMs`|Threshold value for the 
`query/time` metric in milliseconds.|0, i.e., no filtering|
 |`druid.request.logging.sqlQueryTimeThresholdMs`|Threshold value for the 
`sqlQuery/time` metric in milliseconds.|0, i.e., no filtering|
-|`druid.request.logging.mutedQueryTypes` | Query requests of these types are 
not logged. Query types are defined as string objects corresponding to the 
"queryType" value for the specified query in the Druid's [native JSON query 
API](http://druid.apache.org/docs/latest/querying/querying). Misspelled query 
types will be ignored. Example to ignore scan and timeBoundary queries: 
`["scan", "timeBoundary"]`| []|
+|`druid.request.logging.mutedQueryTypes` | Query requests of these types are 
not logged. Query types are defined as string objects corresponding to the 
"queryType" value for the specified query in the Druid's [native JSON query 
API](../querying/querying.md). Misspelled query types will be ignored. Example 
to ignore scan and timeBoundary queries: `["scan", "timeBoundary"]`| []|
 |`druid.request.logging.delegate.type`|Type of delegate request logger to log 
requests.|none|
 
 #### Composing request logging


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

Reply via email to